15 overrides of GetElementProperty
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
149internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
79internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
219internal override object GetElementProperty(AutomationProperty propertyId)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
69internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
131internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
1378internal override object GetElementProperty (AutomationProperty idProp) 2917internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
353internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
108internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
417internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
953internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
277internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
460internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
845internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
473internal override object GetElementProperty(AutomationProperty idProp)
22 references to GetElementProperty
UIAutomationClientSideProviders (22)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
258return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\ProxySimple.cs (5)
280if (SafeNativeMethods.IsWindowVisible(_hwnd) && (bool)GetElementProperty(AutomationElement.IsEnabledProperty)) 321if ((bool)parent.GetElementProperty(AutomationElement.IsOffscreenProperty)) 344if (GetParent() == null && (bool)GetElementProperty(AutomationElement.IsKeyboardFocusableProperty)) 514return GetElementProperty(idProp); 544object isKeyboardFocusableProperty = GetElementProperty(AutomationElement.IsKeyboardFocusableProperty);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
86return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
246return base.GetElementProperty(propertyId);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
93return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
181return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1424return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
363return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
116return _parent.GetElementProperty(idProp); 119return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
446return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
964return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
351return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
407_fIsKeyboardFocusable = (bool)parent.GetElementProperty(AutomationElement.IsKeyboardFocusableProperty); 475return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
858return base.GetElementProperty(idProp); 898if ((bool)parent.GetElementProperty(AutomationElement.IsOffscreenProperty))
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
484return base.GetElementProperty(idProp);