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