15 overrides of GetElementProperty
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
144internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
78internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
216internal override object GetElementProperty(AutomationProperty propertyId)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
68internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
130internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
1372internal override object GetElementProperty (AutomationProperty idProp) 2911internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
354internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
107internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
414internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
947internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
276internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
456internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
840internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
469internal override object GetElementProperty(AutomationProperty idProp)
22 references to GetElementProperty
UIAutomationClientSideProviders (22)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
251return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\ProxySimple.cs (5)
273if (SafeNativeMethods.IsWindowVisible(_hwnd) && (bool)GetElementProperty(AutomationElement.IsEnabledProperty)) 314if ((bool)parent.GetElementProperty(AutomationElement.IsOffscreenProperty)) 337if (GetParent() == null && (bool)GetElementProperty(AutomationElement.IsKeyboardFocusableProperty)) 507return GetElementProperty(idProp); 537object isKeyboardFocusableProperty = GetElementProperty(AutomationElement.IsKeyboardFocusableProperty);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
85return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
243return base.GetElementProperty(propertyId);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
92return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
180return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1418return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
364return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
115return _parent.GetElementProperty(idProp); 118return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
443return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
958return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
350return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
403_fIsKeyboardFocusable = (bool)parent.GetElementProperty(AutomationElement.IsKeyboardFocusableProperty); 471return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
853return base.GetElementProperty(idProp); 893if ((bool)parent.GetElementProperty(AutomationElement.IsOffscreenProperty))
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
480return base.GetElementProperty(idProp);