17 references to IsOffscreenProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
291
new AutomationPropertyInfo( convertToBool, AutomationElement.
IsOffscreenProperty
, typeof(bool), false ),
397
AutomationElement.
IsOffscreenProperty
,
System\Windows\Automation\AutomationElement.cs (1)
1446
public bool IsOffscreen { get { return (bool) _el.GetPatternPropertyValue(
IsOffscreenProperty
, _useCache); } }
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
420
object isOffscreenProperty = GetPropertyValue(AutomationElement.
IsOffscreenProperty
);
950
else if (idProp == AutomationElement.
IsOffscreenProperty
)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
227
else if (idProp == AutomationElement.
IsOffscreenProperty
)
364
else if (idProp == AutomationElement.
IsOffscreenProperty
)
MS\Internal\AutomationProxies\ProxySimple.cs (2)
249
else if (idProp == AutomationElement.
IsOffscreenProperty
)
315
if ((bool)parent.GetElementProperty(AutomationElement.
IsOffscreenProperty
))
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
176
else if (idProp == AutomationElement.
IsOffscreenProperty
)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
71
if (idProp == AutomationElement.
IsOffscreenProperty
)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
133
if (idProp == AutomationElement.
IsOffscreenProperty
)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1402
else if (idProp == AutomationElement.
IsOffscreenProperty
)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (2)
231
bool isOffscreen = (bool) headerItem.GetElementProperty(AutomationElement.
IsOffscreenProperty
);
424
else if (idProp == AutomationElement.
IsOffscreenProperty
)
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
847
if (idProp == AutomationElement.
IsOffscreenProperty
)
898
if ((bool)parent.GetElementProperty(AutomationElement.
IsOffscreenProperty
))