8 lines
406 B
XML
8 lines
406 B
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<ContextMenu x:Key="DefaultControlContextMenu">
|
|
<MenuItem Command="ApplicationCommands.Copy" />
|
|
<MenuItem Command="ApplicationCommands.Cut" />
|
|
<MenuItem Command="ApplicationCommands.Paste" />
|
|
</ContextMenu>
|
|
</ResourceDictionary>
|