5 overrides of GetLocalizedControlTypeCore
PresentationFramework (5)
System\Windows\Automation\Peers\CalendarButtonAutomationPeer.cs (1)
66protected override string GetLocalizedControlTypeCore()
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
193protected override string GetLocalizedControlTypeCore()
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
119protected override string GetLocalizedControlTypeCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
312protected override string GetLocalizedControlTypeCore()
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
51protected override string GetLocalizedControlTypeCore()
3 references to GetLocalizedControlTypeCore
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1030result = GetLocalizedControlTypeCore();
PresentationFramework (2)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
201return base.GetLocalizedControlTypeCore();
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
49/// <see cref="AutomationPeer.GetLocalizedControlTypeCore"/>