19 references to IsControlElementProperty
UIAutomationClient (5)
MS\Internal\Automation\Schema.cs (2)
285new AutomationPropertyInfo( convertToBool, AutomationElement.IsControlElementProperty, typeof(bool), true ), 380AutomationElement.IsControlElementProperty,
System\Windows\Automation\Automation.cs (2)
35new PropertyCondition( AutomationElement.IsControlElementProperty, false) ); 41new PropertyCondition( AutomationElement.IsControlElementProperty, false),
System\Windows\Automation\AutomationElement.cs (1)
1419public bool IsControlElement { get { return (bool) _el.GetPatternPropertyValue(IsControlElementProperty, _useCache); } }
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
77if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
183if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
172if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
63if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
357if (idProp == AutomationElement.IsControlElementProperty) 509if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
192if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
110if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsTab.cs (3)
148if (idProp == AutomationElement.IsControlElementProperty) 961else if (idProp == AutomationElement.IsControlElementProperty) 1423if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
466else if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
118if (idProp == AutomationElement.IsControlElementProperty) 475if (idProp == AutomationElement.IsControlElementProperty)