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