Line | |
---|
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 | |
---|
12 | <Style TargetType="{x:Type editing:LineNumberMargin}"> |
---|
13 | <Setter Property="Control.Cursor" Value="/ICSharpCode.AvalonEdit;component/themes/RightArrow.cur"/> |
---|
14 | </Style> |
---|
15 | </ResourceDictionary> |
---|
Note: See
TracBrowser
for help on using the repository browser.