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