5 references to NativeWindowHandleProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
170
else if( idProp == AutomationElement.
NativeWindowHandleProperty
)
MS\Internal\Automation\Schema.cs (1)
276
new AutomationPropertyInfo( null, AutomationElement.
NativeWindowHandleProperty
, typeof(int), 0 ),
System\Windows\Automation\Automation.cs (1)
198
object val = element.GetCurrentPropertyValue(AutomationElement.
NativeWindowHandleProperty
);
System\Windows\Automation\AutomationElement.cs (1)
1540
public int NativeWindowHandle { get { return (int) _el.GetPatternPropertyValue(
NativeWindowHandleProperty
, _useCache); } }
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2946
if (idProp == AutomationElement.
NativeWindowHandleProperty
)