5 references to FrameworkIdProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
168
else if (idProp == AutomationElement.
FrameworkIdProperty
)
MS\Internal\Automation\Schema.cs (2)
293
new AutomationPropertyInfo( null, AutomationElement.
FrameworkIdProperty
, typeof(string), "" ),
399
AutomationElement.
FrameworkIdProperty
,
System\Windows\Automation\AutomationElement.cs (1)
1452
public string FrameworkId { get { return (string) _el.GetPatternPropertyValue(
FrameworkIdProperty
, _useCache); } }
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
257
else if (idProp == AutomationElement.
FrameworkIdProperty
)