15 overrides of GetElementProperty
UIAutomationClientsideProviders (15)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
165internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
88internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
227internal override object GetElementProperty(AutomationProperty propertyId)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
76internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
139internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
1393internal override object GetElementProperty (AutomationProperty idProp) 2932internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
371internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
117internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
430internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
953internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
289internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
471internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
856internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
490internal override object GetElementProperty(AutomationProperty idProp)
22 references to GetElementProperty
UIAutomationClientsideProviders (22)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
274return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\ProxySimple.cs (5)
291if (SafeNativeMethods.IsWindowVisible(_hwnd) && (bool)GetElementProperty(AutomationElement.IsEnabledProperty)) 332if ((bool)parent.GetElementProperty(AutomationElement.IsOffscreenProperty)) 355if (GetParent() == null && (bool)GetElementProperty(AutomationElement.IsKeyboardFocusableProperty)) 525return GetElementProperty(idProp); 555object isKeyboardFocusableProperty = GetElementProperty(AutomationElement.IsKeyboardFocusableProperty);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
95return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
254return base.GetElementProperty(propertyId);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
100return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
189return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1439return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
381return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
125return _parent.GetElementProperty(idProp); 128return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
459return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
964return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
363return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
418_fIsKeyboardFocusable = (bool)parent.GetElementProperty(AutomationElement.IsKeyboardFocusableProperty); 486return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
869return base.GetElementProperty(idProp); 909if ((bool)parent.GetElementProperty(AutomationElement.IsOffscreenProperty))
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
501return base.GetElementProperty(idProp);