5 references to OBJID_WINDOW
UIAutomationClient (5)
MS\Internal\Automation\BoundingRectTracker.cs (1)
56
if ( hwnd == IntPtr.Zero || idObject != UnsafeNativeMethods.
OBJID_WINDOW
)
MS\Internal\Automation\WindowHideOrCloseTracker.cs (1)
61
if (idObject != UnsafeNativeMethods.
OBJID_WINDOW
)
MS\Internal\Automation\WindowInteractionStateTracker.cs (1)
58
if (idObject != UnsafeNativeMethods.
OBJID_WINDOW
)
MS\Internal\Automation\WindowShowOrOpenTracker.cs (1)
63
if (idObject != UnsafeNativeMethods.
OBJID_WINDOW
)
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
55
if (idObject != UnsafeNativeMethods.
OBJID_WINDOW
)