/AvalonEdit/ICSharpCode.AvalonEdit/themes/generic.xaml
http://github.com/icsharpcode/ILSpy · XAML · 15 lines · 14 code · 1 blank · 0 comment · 0 complexity · d89fa82d9ece6d13e7d583c4e4af88b8 MD5 · raw file
- <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:editing="clr-namespace:ICSharpCode.AvalonEdit.Editing">
- <ResourceDictionary.MergedDictionaries>
- <ResourceDictionary Source="/ICSharpCode.AvalonEdit;component/TextEditor.xaml" />
- <ResourceDictionary Source="/ICSharpCode.AvalonEdit;component/Search/DropDownButton.xaml" />
- <ResourceDictionary Source="/ICSharpCode.AvalonEdit;component/Search/SearchPanel.xaml" />
- <ResourceDictionary Source="/ICSharpCode.AvalonEdit;component/CodeCompletion/CompletionList.xaml" />
- <ResourceDictionary Source="/ICSharpCode.AvalonEdit;component/CodeCompletion/InsightWindow.xaml" />
- </ResourceDictionary.MergedDictionaries>
-
- <Style TargetType="{x:Type editing:LineNumberMargin}">
- <Setter Property="Control.Cursor" Value="/ICSharpCode.AvalonEdit;component/themes/RightArrow.cur"/>
- </Style>
- </ResourceDictionary>