6 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)
4298
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)
2966
case PInvokeCore.
WM_PASTE
:
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1411
public void Paste() => PInvokeCore.SendMessage(this, PInvokeCore.
WM_PASTE
);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
387
yield return new object[] { PInvokeCore.
WM_PASTE
, " (WM_PASTE)" };