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