19 references to IsControlElementProperty
UIAutomationClient (5)
MS\Internal\Automation\Schema.cs (2)
272new AutomationPropertyInfo( convertToBool, AutomationElement.IsControlElementProperty, typeof(bool), true ), 365AutomationElement.IsControlElementProperty,
System\Windows\Automation\Automation.cs (2)
54new PropertyCondition( AutomationElement.IsControlElementProperty, false) ); 60new PropertyCondition( AutomationElement.IsControlElementProperty, false),
System\Windows\Automation\AutomationElement.cs (1)
1519public bool IsControlElement { get { return (bool) _el.GetPatternPropertyValue(IsControlElementProperty, _useCache); } }
UIAutomationClientsideProviders (14)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
94if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
201if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
184if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
77if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
373if (idProp == AutomationElement.IsControlElementProperty) 523if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
206if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
119if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsTab.cs (3)
148if (idProp == AutomationElement.IsControlElementProperty) 959else if (idProp == AutomationElement.IsControlElementProperty) 1421if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
477else if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
135if (idProp == AutomationElement.IsControlElementProperty) 492if (idProp == AutomationElement.IsControlElementProperty)