6 references to WM_PASTE
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
211PInvokeCore.WM_PASTE => "WM_PASTE",
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
4298case PInvokeCore.WM_PASTE:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
346case PInvokeCore.WM_PASTE:
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2966case PInvokeCore.WM_PASTE:
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1411public void Paste() => PInvokeCore.SendMessage(this, PInvokeCore.WM_PASTE);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
387yield return new object[] { PInvokeCore.WM_PASTE, " (WM_PASTE)" };