6 overrides of IsOffscreenCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
124protected override bool IsOffscreenCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
197protected override bool IsOffscreenCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
218protected override bool IsOffscreenCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
449protected override bool IsOffscreenCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
562protected override bool IsOffscreenCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
211protected override bool IsOffscreenCore()
3 references to IsOffscreenCore
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
765_isOffscreen = IsOffscreenCore(); 1167if (IsOffscreenCore()) 2066bool isOffscreen = IsOffscreenCore();