5 references to WM_UNDO
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
213
PInvokeCore.
WM_UNDO
=> "WM_UNDO",
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
4263
case PInvokeCore.
WM_UNDO
:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
1086
PInvokeCore.SendMessage(EditTextBox, PInvokeCore.
WM_UNDO
);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2919
case PInvokeCore.
WM_UNDO
:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
389
yield return new object[] { PInvokeCore.
WM_UNDO
, " (WM_UNDO)" };