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)
233protected override bool IsOffscreenCore()
1 reference to IsOffscreenCore
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
235return OwningRibbon.IsCollapsed ? true : base.IsOffscreenCore();