5 references to NativeWindowHandleProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
151
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)
158
object val = element.GetCurrentPropertyValue(AutomationElement.
NativeWindowHandleProperty
);
System\Windows\Automation\AutomationElement.cs (1)
1439
public int NativeWindowHandle { get { return (int) _el.GetPatternPropertyValue(
NativeWindowHandleProperty
, _useCache); } }
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2925
if (idProp == AutomationElement.
NativeWindowHandleProperty
)