5 references to GetIsOffscreenBehavior
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
131
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(_owner);
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
208
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(_owner);
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
233
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(_owner);
PresentationFramework (2)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
182
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(Owner);
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (1)
141
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(Owner);