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