5 references to GetIsOffscreenBehavior
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
127
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(_owner);
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
200
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(_owner);
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
224
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(_owner);
PresentationFramework (2)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
180
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(Owner);
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (1)
137
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(Owner);