8 references to OBJID_WINDOW
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\EventManager.cs (1)
49
case NativeMethods.
OBJID_WINDOW
:
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
169
if (idObject <= NativeMethods.
OBJID_WINDOW
MS\Internal\AutomationProxies\NonClientArea.cs (2)
192
case NativeMethods.
OBJID_WINDOW
:
715
idObject = NativeMethods.
OBJID_WINDOW
;
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
113
case NativeMethods.
OBJID_WINDOW
:
MS\Internal\AutomationProxies\WindowsListView.cs (1)
121
case NativeMethods.
OBJID_WINDOW
:
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
90
idObject = NativeMethods.
OBJID_WINDOW
;
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
142
if (idObject != NativeMethods.
OBJID_WINDOW
)