15 overrides of GetElementProperty
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
154internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
81internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
220internal override object GetElementProperty(AutomationProperty propertyId)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
71internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
132internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
1380internal override object GetElementProperty (AutomationProperty idProp) 2919internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
356internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
111internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
421internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
955internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
281internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
463internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
847internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
477internal override object GetElementProperty(AutomationProperty idProp)
22 references to GetElementProperty
UIAutomationClientSideProviders (22)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
263return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\ProxySimple.cs (5)
284if (SafeNativeMethods.IsWindowVisible(_hwnd) && (bool)GetElementProperty(AutomationElement.IsEnabledProperty)) 325if ((bool)parent.GetElementProperty(AutomationElement.IsOffscreenProperty)) 348if (GetParent() == null && (bool)GetElementProperty(AutomationElement.IsKeyboardFocusableProperty)) 518return GetElementProperty(idProp); 548object isKeyboardFocusableProperty = GetElementProperty(AutomationElement.IsKeyboardFocusableProperty);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
88return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
247return base.GetElementProperty(propertyId);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
95return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
182return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1426return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
366return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
119return _parent.GetElementProperty(idProp); 122return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
450return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
966return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
355return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
410_fIsKeyboardFocusable = (bool)parent.GetElementProperty(AutomationElement.IsKeyboardFocusableProperty); 478return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
860return base.GetElementProperty(idProp); 900if ((bool)parent.GetElementProperty(AutomationElement.IsOffscreenProperty))
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
488return base.GetElementProperty(idProp);