15 overrides of GetElementProperty
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
146internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
79internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
217internal 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)
1373internal override object GetElementProperty (AutomationProperty idProp) 2912internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
355internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
108internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
415internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
952internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
277internal override object GetElementProperty (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
457internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
842internal override object GetElementProperty(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
470internal override object GetElementProperty(AutomationProperty idProp)
22 references to GetElementProperty
UIAutomationClientSideProviders (22)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
253return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\ProxySimple.cs (5)
274if (SafeNativeMethods.IsWindowVisible(_hwnd) && (bool)GetElementProperty(AutomationElement.IsEnabledProperty)) 315if ((bool)parent.GetElementProperty(AutomationElement.IsOffscreenProperty)) 338if (GetParent() == null && (bool)GetElementProperty(AutomationElement.IsKeyboardFocusableProperty)) 508return GetElementProperty(idProp); 538object isKeyboardFocusableProperty = GetElementProperty(AutomationElement.IsKeyboardFocusableProperty);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
86return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
244return 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)
1419return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
365return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
116return _parent.GetElementProperty(idProp); 119return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
444return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
963return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
351return base.GetElementProperty (idProp);
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
404_fIsKeyboardFocusable = (bool)parent.GetElementProperty(AutomationElement.IsKeyboardFocusableProperty); 472return base.GetElementProperty(idProp);
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
855return base.GetElementProperty(idProp); 895if ((bool)parent.GetElementProperty(AutomationElement.IsOffscreenProperty))
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
481return base.GetElementProperty(idProp);