|
|
|
@ -1,10 +1,8 @@
@@ -1,10 +1,8 @@
|
|
|
|
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
|
xmlns:Microsoft_Windows_Themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero" |
|
|
|
|
xmlns:debugging="clr-namespace:Debugger.AddIn.Tooltips"> |
|
|
|
|
|
|
|
|
|
<BitmapImage x:Key="MagnifierImage" UriSource="magnifier.png" /> |
|
|
|
|
|
|
|
|
|
xmlns:debugging="clr-namespace:Debugger.AddIn.Tooltips" |
|
|
|
|
xmlns:core="http://icsharpcode.net/sharpdevelop/core"> |
|
|
|
|
<Style x:Key="ComboBoxFocusVisual"> |
|
|
|
|
<Setter Property="Control.Template"> |
|
|
|
|
<Setter.Value> |
|
|
|
@ -40,7 +38,7 @@
@@ -40,7 +38,7 @@
|
|
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
|
<!-- |
|
|
|
|
<Rectangle Width="10" Height="10" Grid.Column="0" Fill="Black"></Rectangle> --> |
|
|
|
|
<Image Grid.Column="0" Width="10" Height="10" Stretch="Fill" Source="{StaticResource MagnifierImage}" /> |
|
|
|
|
<Image Grid.Column="0" Width="10" Height="10" Stretch="Fill" Source="{core:GetBitmap Icons.Magnifier}" /> |
|
|
|
|
<Path Grid.Column="1" x:Name="Arrow" Fill="Black" HorizontalAlignment="Center" Margin="0" VerticalAlignment="Center" Data="{StaticResource DownArrowGeometry}"/> |
|
|
|
|
</Grid> |
|
|
|
|
</Border> |
|
|
|
|