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