5 references to FrameworkIdProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
186
else if (idProp == AutomationElement.
FrameworkIdProperty
)
MS\Internal\Automation\Schema.cs (2)
280
new AutomationPropertyInfo( null, AutomationElement.
FrameworkIdProperty
, typeof(string), "" ),
384
AutomationElement.
FrameworkIdProperty
,
System\Windows\Automation\AutomationElement.cs (1)
1552
public string FrameworkId { get { return (string) _el.GetPatternPropertyValue(
FrameworkIdProperty
, _useCache); } }
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
274
else if (idProp == AutomationElement.
FrameworkIdProperty
)