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