6 references to ProcessIdProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
147
else if (idProp == AutomationElement.
ProcessIdProperty
)
MS\Internal\Automation\Schema.cs (2)
279
new AutomationPropertyInfo( null, AutomationElement.
ProcessIdProperty
, typeof(int), 0 ),
390
AutomationElement.
ProcessIdProperty
,
System\Windows\Automation\AutomationElement.cs (1)
1459
public int ProcessId { get { return (int) _el.GetPatternPropertyValue(
ProcessIdProperty
, _useCache); } }
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
925
else if (idProp == AutomationElement.
ProcessIdProperty
)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
220
else if (idProp == AutomationElement.
ProcessIdProperty
)