Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2929_PrioritizedGrammarEnumeration/HeuristicLab.ExtLibs/HeuristicLab.AvalonEdit/5.0.1/AvalonEdit-5.0.1/themes/generic.xaml @ 16452

Last change on this file since 16452 was 11700, checked in by jkarder, 10 years ago

#2077: created branch and added first version

File size: 956 bytes
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.