You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
579 B
11 lines
579 B
<ContextMenu x:Class="ICSharpCode.WpfDesign.Designer.Extensions.EditStyleContextMenu" |
|
xmlns="http://schemas.microsoft.com/netfx/2007/xaml/presentation" |
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
xmlns:Translation="clr-namespace:ICSharpCode.WpfDesign.Designer" |
|
> |
|
<MenuItem Header="{Binding EditStyle, Source={x:Static Translation:Translations.Instance}}" Click="Click_EditStyle"> |
|
<MenuItem.Icon> |
|
<Image Source="/ICSharpCode.WpfDesign.Designer;component/Images/edit.png" /> |
|
</MenuItem.Icon> |
|
</MenuItem> |
|
</ContextMenu>
|
|
|