6 references to UiaRootObjectId
System.Windows.Forms (6)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (1)
152if (m.LParamInternal == PInvoke.UiaRootObjectId)
System\Windows\Forms\Control.cs (1)
11321if (m.LParamInternal == PInvoke.UiaRootObjectId && SupportsUiaProviders)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildNativeWindow.cs (2)
125if (m.LParamInternal != PInvoke.UiaRootObjectId && (int)m.LParamInternal != (int)OBJECT_IDENTIFIER.OBJID_CLIENT) 134if (m.LParamInternal == PInvoke.UiaRootObjectId)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3439if (m.LParamInternal == PInvoke.UiaRootObjectId && SupportsUiaProviders && !IsAccessibilityObjectCreated && Focused)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
395if (m.Msg == (int)PInvokeCore.WM_GETOBJECT && m.LParamInternal == PInvoke.UiaRootObjectId)