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)
66
protected override string
GetNameCore
()
Microsoft\Windows\Automation\Peers\RibbonCheckBoxAutomationPeer.cs (1)
68
protected override string
GetNameCore
()
Microsoft\Windows\Automation\Peers\RibbonRadioButtonAutomationPeer.cs (1)
66
protected override string
GetNameCore
()
Microsoft\Windows\Automation\Peers\RibbonToggleButtonAutomationPeer.cs (1)
67
protected override string
GetNameCore
()
4 references to GetNameCore
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Automation\Peers\RibbonButtonAutomationPeer.cs (1)
68
string name = base.
GetNameCore
();
Microsoft\Windows\Automation\Peers\RibbonCheckBoxAutomationPeer.cs (1)
70
string name = base.
GetNameCore
();
Microsoft\Windows\Automation\Peers\RibbonRadioButtonAutomationPeer.cs (1)
68
string name = base.
GetNameCore
();
Microsoft\Windows\Automation\Peers\RibbonToggleButtonAutomationPeer.cs (1)
69
string name = base.
GetNameCore
();