5 references to GetIsOffscreenBehavior
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
139
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(_owner);
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
220
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(_owner);
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
256
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(_owner);
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
196
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(Owner);
src\Framework\System\Windows\Automation\Peers\TextElementAutomationPeer.cs (1)
155
IsOffscreenBehavior behavior = AutomationProperties.
GetIsOffscreenBehavior
(Owner);