17 references to IsOffscreenProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
278new AutomationPropertyInfo( convertToBool, AutomationElement.IsOffscreenProperty, typeof(bool), false ), 382AutomationElement.IsOffscreenProperty,
System\Windows\Automation\AutomationElement.cs (1)
1546public bool IsOffscreen { get { return (bool) _el.GetPatternPropertyValue(IsOffscreenProperty, _useCache); } }
UIAutomationClientsideProviders (14)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
445object isOffscreenProperty = GetPropertyValue(AutomationElement.IsOffscreenProperty); 975else if (idProp == AutomationElement.IsOffscreenProperty)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
248else if (idProp == AutomationElement.IsOffscreenProperty) 385else if (idProp == AutomationElement.IsOffscreenProperty)
MS\Internal\AutomationProxies\ProxySimple.cs (2)
266else if (idProp == AutomationElement.IsOffscreenProperty) 332if ((bool)parent.GetElementProperty(AutomationElement.IsOffscreenProperty))
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
188else if (idProp == AutomationElement.IsOffscreenProperty)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
78if (idProp == AutomationElement.IsOffscreenProperty)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
141if (idProp == AutomationElement.IsOffscreenProperty)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1422else if (idProp == AutomationElement.IsOffscreenProperty)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (2)
243bool isOffscreen = (bool) headerItem.GetElementProperty(AutomationElement.IsOffscreenProperty); 436else if (idProp == AutomationElement.IsOffscreenProperty)
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
858if (idProp == AutomationElement.IsOffscreenProperty) 909if ((bool)parent.GetElementProperty(AutomationElement.IsOffscreenProperty))