2 references to UiaRootObjectId
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3919if (AccessibilityImprovements.Level3 && m.LParam == (IntPtr)NativeMethods.UiaRootObjectId &&
winforms\Managed\System\WinForms\Control.cs (1)
13034if (m.Msg == NativeMethods.WM_GETOBJECT && m.LParam == (IntPtr)NativeMethods.UiaRootObjectId && this.SupportsUiaProviders) {