5 references to IsContentElementProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
286new AutomationPropertyInfo( convertToBool, AutomationElement.IsContentElementProperty, typeof(bool), true ), 381AutomationElement.IsContentElementProperty,
System\Windows\Automation\Automation.cs (1)
42new PropertyCondition( AutomationElement.IsContentElementProperty, false)));
System\Windows\Automation\AutomationElement.cs (1)
1422public bool IsContentElement { get { return (bool) _el.GetPatternPropertyValue(IsContentElementProperty, _useCache); } }
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
192else if (idProp == AutomationElement.IsContentElementProperty)