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