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