/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

  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. xmlns:editing="clr-namespace:ICSharpCode.AvalonEdit.Editing">
  4. <ResourceDictionary.MergedDictionaries>
  5. <ResourceDictionary Source="/ICSharpCode.AvalonEdit;component/TextEditor.xaml" />
  6. <ResourceDictionary Source="/ICSharpCode.AvalonEdit;component/Search/DropDownButton.xaml" />
  7. <ResourceDictionary Source="/ICSharpCode.AvalonEdit;component/Search/SearchPanel.xaml" />
  8. <ResourceDictionary Source="/ICSharpCode.AvalonEdit;component/CodeCompletion/CompletionList.xaml" />
  9. <ResourceDictionary Source="/ICSharpCode.AvalonEdit;component/CodeCompletion/InsightWindow.xaml" />
  10. </ResourceDictionary.MergedDictionaries>
  11. <Style TargetType="{x:Type editing:LineNumberMargin}">
  12. <Setter Property="Control.Cursor" Value="/ICSharpCode.AvalonEdit;component/themes/RightArrow.cur"/>
  13. </Style>
  14. </ResourceDictionary>