5 references to WM_PASTE
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
211
PInvokeCore.
WM_PASTE
=> "WM_PASTE",
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
4336
case PInvokeCore.
WM_PASTE
:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
346
case PInvokeCore.
WM_PASTE
:
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2968
case PInvokeCore.
WM_PASTE
:
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1765
=> PInvokeCore.SendMessage(this, PInvokeCore.
WM_PASTE
);