Base:
method
GetNameCore
System.Windows.Automation.Peers.AutomationPeer.GetNameCore()
4 overrides of GetNameCore
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
41override protected string GetNameCore()
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\AutomatedListBoxItemAutomationPeer.cs (1)
27protected override string GetNameCore()
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (2)
353protected override string GetNameCore() 449protected override string GetNameCore()
1 reference to GetNameCore
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
43string result = base.GetNameCore();