Base:
method
IsOffscreenCore
System.Windows.Automation.Peers.AutomationPeer.IsOffscreenCore()
1 override of IsOffscreenCore
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
228protected override bool IsOffscreenCore()
1 reference to IsOffscreenCore
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
230return OwningRibbon.IsCollapsed ? true : base.IsOffscreenCore();