8 references to OBJID_WINDOW
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\EventManager.cs (1)
62
case NativeMethods.
OBJID_WINDOW
:
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
181
if (idObject <= NativeMethods.
OBJID_WINDOW
MS\Internal\AutomationProxies\NonClientArea.cs (2)
193
case NativeMethods.
OBJID_WINDOW
:
716
idObject = NativeMethods.
OBJID_WINDOW
;
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
125
case NativeMethods.
OBJID_WINDOW
:
MS\Internal\AutomationProxies\WindowsListView.cs (1)
131
case NativeMethods.
OBJID_WINDOW
:
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
104
idObject = NativeMethods.
OBJID_WINDOW
;
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
160
if (idObject != NativeMethods.
OBJID_WINDOW
)