8 references to OBJID_WINDOW
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\EventManager.cs (1)
48
case NativeMethods.
OBJID_WINDOW
:
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
168
if (idObject <= NativeMethods.
OBJID_WINDOW
MS\Internal\AutomationProxies\NonClientArea.cs (2)
185
case NativeMethods.
OBJID_WINDOW
:
699
idObject = NativeMethods.
OBJID_WINDOW
;
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
112
case NativeMethods.
OBJID_WINDOW
:
MS\Internal\AutomationProxies\WindowsListView.cs (1)
120
case NativeMethods.
OBJID_WINDOW
:
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
89
idObject = NativeMethods.
OBJID_WINDOW
;
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
141
if (idObject != NativeMethods.
OBJID_WINDOW
)