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)
34new PropertyCondition( AutomationElement.IsControlElementProperty, false) ); 40new PropertyCondition( AutomationElement.IsControlElementProperty, false),
System\Windows\Automation\AutomationElement.cs (1)
1418public bool IsControlElement { get { return (bool) _el.GetPatternPropertyValue(IsControlElementProperty, _useCache); } }
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
76if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
182if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
168if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
62if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
356if (idProp == AutomationElement.IsControlElementProperty) 508if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
188if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
109if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsTab.cs (3)
144if (idProp == AutomationElement.IsControlElementProperty) 953else if (idProp == AutomationElement.IsControlElementProperty) 1415if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
462else if (idProp == AutomationElement.IsControlElementProperty)
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
114if (idProp == AutomationElement.IsControlElementProperty) 471if (idProp == AutomationElement.IsControlElementProperty)