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