17 references to IsOffscreenProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
291new AutomationPropertyInfo( convertToBool, AutomationElement.IsOffscreenProperty, typeof(bool), false ), 397AutomationElement.IsOffscreenProperty,
System\Windows\Automation\AutomationElement.cs (1)
1445public bool IsOffscreen { get { return (bool) _el.GetPatternPropertyValue(IsOffscreenProperty, _useCache); } }
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
419object isOffscreenProperty = GetPropertyValue(AutomationElement.IsOffscreenProperty); 949else if (idProp == AutomationElement.IsOffscreenProperty)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
225else if (idProp == AutomationElement.IsOffscreenProperty) 362else if (idProp == AutomationElement.IsOffscreenProperty)
MS\Internal\AutomationProxies\ProxySimple.cs (2)
248else if (idProp == AutomationElement.IsOffscreenProperty) 314if ((bool)parent.GetElementProperty(AutomationElement.IsOffscreenProperty))
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
172else if (idProp == AutomationElement.IsOffscreenProperty)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
70if (idProp == AutomationElement.IsOffscreenProperty)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
132if (idProp == AutomationElement.IsOffscreenProperty)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1401else if (idProp == AutomationElement.IsOffscreenProperty)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (2)
227bool isOffscreen = (bool) headerItem.GetElementProperty(AutomationElement.IsOffscreenProperty); 420else if (idProp == AutomationElement.IsOffscreenProperty)
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
842if (idProp == AutomationElement.IsOffscreenProperty) 893if ((bool)parent.GetElementProperty(AutomationElement.IsOffscreenProperty))