12 references to WM_GETOBJECT
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
96
PInvokeCore.
WM_GETOBJECT
=> "WM_GETOBJECT",
System.Windows.Forms (8)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (1)
186
case PInvokeCore.
WM_GETOBJECT
:
System\Windows\Forms\Control.cs (1)
12302
case PInvokeCore.
WM_GETOBJECT
:
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildNativeWindow.cs (1)
25
case PInvokeCore.
WM_GETOBJECT
:
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
694
case PInvokeCore.
WM_GETOBJECT
:
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3509
case PInvokeCore.
WM_GETOBJECT
:
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3435
case PInvokeCore.
WM_GETOBJECT
:
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (2)
395
if (m.Msg == (int)PInvokeCore.
WM_GETOBJECT
&& m.LParamInternal == PInvoke.UiaRootObjectId)
419
case PInvokeCore.
WM_GETOBJECT
:
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.cs (1)
1818
case PInvokeCore.
WM_GETOBJECT
:
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1719
case PInvokeCore.
WM_GETOBJECT
:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
272
yield return new object[] { PInvokeCore.
WM_GETOBJECT
, " (WM_GETOBJECT)" };