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