5 references to IsContentElementProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
273new AutomationPropertyInfo( convertToBool, AutomationElement.IsContentElementProperty, typeof(bool), true ), 366AutomationElement.IsContentElementProperty,
System\Windows\Automation\Automation.cs (1)
61new PropertyCondition( AutomationElement.IsContentElementProperty, false)));
System\Windows\Automation\AutomationElement.cs (1)
1522public bool IsContentElement { get { return (bool) _el.GetPatternPropertyValue(IsContentElementProperty, _useCache); } }
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
207else if (idProp == AutomationElement.IsContentElementProperty)