5 references to GetIsOffscreenBehavior
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
126
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(_owner);
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
199
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(_owner);
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
223
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(_owner);
PresentationFramework (2)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
179
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(Owner);
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (1)
136
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(Owner);