File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
<Setter Property =" ContextMenu" >
30
30
<Setter .Value>
31
31
<ContextMenu >
32
- <MenuItem Header = " _Cut " Command =" Cut" >
32
+ <MenuItem Command =" Cut" >
33
33
<MenuItem .Icon>
34
34
<wpf : PackIcon Kind =" ContentCut" />
35
35
</MenuItem .Icon>
36
36
</MenuItem >
37
- <MenuItem Header = " _Copy " Command =" Copy" >
37
+ <MenuItem Command =" Copy" >
38
38
<MenuItem .Icon>
39
39
<wpf : PackIcon Kind =" ContentCopy" />
40
40
</MenuItem .Icon>
41
41
</MenuItem >
42
- <MenuItem Header = " _Paste " Command =" Paste" >
42
+ <MenuItem Command =" Paste" >
43
43
<MenuItem .Icon>
44
44
<wpf : PackIcon Kind =" ContentPaste" />
45
45
</MenuItem .Icon>
211
211
<Setter Property =" wpf:TextFieldAssist.HasTextAreaBox" Value =" True" />
212
212
</Style >
213
213
214
- </ResourceDictionary >
214
+ </ResourceDictionary >
You can’t perform that action at this time.
0 commit comments