Base:
method
GetNameCore
System.Windows.Automation.Peers.FrameworkElementAutomationPeer.GetNameCore()
4 overrides of GetNameCore
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Automation\Peers\RibbonButtonAutomationPeer.cs (1)
67protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonCheckBoxAutomationPeer.cs (1)
69protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonRadioButtonAutomationPeer.cs (1)
67protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonToggleButtonAutomationPeer.cs (1)
68protected override string GetNameCore()
4 references to GetNameCore
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Automation\Peers\RibbonButtonAutomationPeer.cs (1)
69string name = base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonCheckBoxAutomationPeer.cs (1)
71string name = base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonRadioButtonAutomationPeer.cs (1)
69string name = base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonToggleButtonAutomationPeer.cs (1)
70string name = base.GetNameCore();