5 references to NativeWindowHandleProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
151else if( idProp == AutomationElement.NativeWindowHandleProperty )
MS\Internal\Automation\Schema.cs (1)
289new AutomationPropertyInfo( null, AutomationElement.NativeWindowHandleProperty, typeof(int), 0 ),
System\Windows\Automation\Automation.cs (1)
158object val = element.GetCurrentPropertyValue(AutomationElement.NativeWindowHandleProperty);
System\Windows\Automation\AutomationElement.cs (1)
1439public int NativeWindowHandle { get { return (int) _el.GetPatternPropertyValue(NativeWindowHandleProperty, _useCache); } }
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2925if (idProp == AutomationElement.NativeWindowHandleProperty)