6 references to WM_GETOBJECT
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3877case NativeMethods.WM_GETOBJECT:
winforms\Managed\System\WinForms\Control.cs (2)
13034if (m.Msg == NativeMethods.WM_GETOBJECT && m.LParam == (IntPtr)NativeMethods.UiaRootObjectId && this.SupportsUiaProviders) { 14131case NativeMethods.WM_GETOBJECT:
winforms\Managed\System\WinForms\GroupBox.cs (1)
796case NativeMethods.WM_GETOBJECT:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
86case NativeMethods.WM_GETOBJECT: text = "WM_GETOBJECT"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3714case NativeMethods.WM_GETOBJECT: