1- <ResourceDictionary
2- xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3- xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
4- xmlns : PresentationOptions =" http://schemas.microsoft.com/winfx/2006/xaml/presentation/options"
5- >
1+ <ResourceDictionary
2+ xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
4+ xmlns : PresentationOptions =" http://schemas.microsoft.com/winfx/2006/xaml/presentation/options" >
65
76 <ResourceDictionary .MergedDictionaries>
87 <ResourceDictionary Source =" pack://application:,,,/GitHub.VisualStudio;component/UI/Views/Controls/ActionLinkButton.xaml" />
98 </ResourceDictionary .MergedDictionaries>
109
11- <Style x : Key =" VSStyledButton" TargetType =" {x:Type Button}" BasedOn =" {StaticResource VsButtonStyleKey}" >
12- </Style >
10+ <Style x : Key =" VSStyledButton" BasedOn =" {StaticResource VsButtonStyleKey}" TargetType =" {x:Type Button}" />
1311 <Style x : Key =" VSStyledCheckBox" BasedOn =" {StaticResource VsCheckBoxStyleKey}" TargetType =" {x:Type CheckBox}" >
1412 <Setter Property =" Foreground" Value =" {DynamicResource VsBrush.ToolWindowText}" />
1513 <Setter Property =" Background" Value =" {DynamicResource VsBrush.ToolWindowBackground}" />
1614 <Style .Triggers>
1715 <Trigger Property =" UIElement.IsMouseOver" Value =" true" >
18- <Setter Property =" Background" Value =" {DynamicResource VsBrush.ToolWindowBackground}" />
16+ <Setter Property =" Background" Value =" {DynamicResource VsBrush.ToolWindowBackground}" />
1917 </Trigger >
2018 </Style .Triggers>
2119 </Style >
22- <Style x : Key =" VSStyledComboBox" TargetType =" {x:Type ComboBox}" BasedOn =" {StaticResource VsComboBoxStyleKey}" >
23- </Style >
24-
20+ <Style x : Key =" VSStyledComboBox" BasedOn =" {StaticResource VsComboBoxStyleKey}" TargetType =" {x:Type ComboBox}" />
21+
2522 <DrawingBrush x : Key =" ConnectArrowBrush" >
2623 <DrawingBrush .Drawing>
2724 <DrawingGroup >
2825 <DrawingGroup .Children>
29- <GeometryDrawing Brush =" {DynamicResource VsBrush.ControlLinkText}"
30- Geometry =" F1 M 9,11 L 7,11 9,9 4,9 4,7 9,7 7,5 9,5 12,8 Z" />
31- <GeometryDrawing Brush =" {DynamicResource VsBrush.ControlLinkText}"
32- Geometry =" F1 M 7.9741,1.0698 C 4.1461,1.0698 1.0441,4.1728 1.0441,7.9998 1.0441,11.8268 4.1461,14.9298 7.9741,14.9298 11.8011,14.9298 14.9041,11.8268 14.9041,7.9998 14.9041,4.1728 11.8011,1.0698 7.9741,1.0698 M 7.9741,2.0598 C 11.2501,2.0598 13.9151,4.7248 13.9151,7.9998 13.9151,11.2758 11.2501,13.9408 7.9741,13.9408 4.6991,13.9408 2.0341,11.2758 2.0341,7.9998 2.0341,4.7248 4.6991,2.0598 7.9741,2.0598 " />
26+ <GeometryDrawing Brush =" {DynamicResource VsBrush.ControlLinkText}" Geometry =" F1 M 9,11 L 7,11 9,9 4,9 4,7 9,7 7,5 9,5 12,8 Z" />
27+ <GeometryDrawing Brush =" {DynamicResource VsBrush.ControlLinkText}" Geometry =" F1 M 7.9741,1.0698 C 4.1461,1.0698 1.0441,4.1728 1.0441,7.9998 1.0441,11.8268 4.1461,14.9298 7.9741,14.9298 11.8011,14.9298 14.9041,11.8268 14.9041,7.9998 14.9041,4.1728 11.8011,1.0698 7.9741,1.0698 M 7.9741,2.0598 C 11.2501,2.0598 13.9151,4.7248 13.9151,7.9998 13.9151,11.2758 11.2501,13.9408 7.9741,13.9408 4.6991,13.9408 2.0341,11.2758 2.0341,7.9998 2.0341,4.7248 4.6991,2.0598 7.9741,2.0598 " />
3328 </DrawingGroup .Children>
3429 </DrawingGroup >
3530 </DrawingBrush .Drawing>
3631 </DrawingBrush >
3732
38- <Style x : Key =" VerticalSeparator " TargetType =" {x:Type Separator}" >
39- <Setter Property =" Control.Background " Value =" {DynamicResource VsBrush.GrayText} " />
40- <Setter Property =" FrameworkElement.Margin " Value =" 3,0,3,0 " />
41- <Setter Property =" UIElement.Focusable " Value =" False " />
42- <Setter Property =" Control. Template" >
33+ <Style x : Key =" TitleVerticalSeparator " TargetType =" {x:Type Separator}" >
34+ <Setter Property =" Foreground " Value =" #BBBBBB " />
35+ <Setter Property =" Width " Value =" 2 " />
36+ <Setter Property =" Margin " Value =" 3,0,3,0 " />
37+ <Setter Property =" Template" >
4338 <Setter .Value>
4439 <ControlTemplate TargetType =" {x:Type Separator}" >
45- <Border SnapsToDevicePixels =" True" Width =" 1" Background =" {TemplateBinding Control.Background}"
46- BorderBrush =" {TemplateBinding Control.BorderBrush}" BorderThickness =" {TemplateBinding Control.BorderThickness}" />
40+ <Border Width =" {TemplateBinding Width}"
41+ Background =" {TemplateBinding Foreground}"
42+ BorderBrush =" {TemplateBinding Foreground}"
43+ BorderThickness =" {TemplateBinding BorderThickness}"
44+ SnapsToDevicePixels =" True" />
4745 </ControlTemplate >
4846 </Setter .Value>
4947 </Setter >
5048 </Style >
5149
50+ <Style x : Key =" VerticalSeparator" TargetType =" {x:Type Separator}" >
51+ <Setter Property =" Background" Value =" Gray" />
52+ <Setter Property =" Margin" Value =" 3,0,3,0" />
53+ <Setter Property =" LayoutTransform" >
54+ <Setter .Value>
55+ <RotateTransform Angle =" 90" />
56+ </Setter .Value>
57+ </Setter >
58+ </Style >
59+
5260</ResourceDictionary >
0 commit comments