5 overrides of GetLocalizedControlTypeCore
PresentationFramework (5)
src\Framework\System\Windows\Automation\Peers\CalendarButtonAutomationPeer.cs (1)
67protected override string GetLocalizedControlTypeCore()
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
196protected override string GetLocalizedControlTypeCore()
src\Framework\System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
121protected override string GetLocalizedControlTypeCore()
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
320protected override string GetLocalizedControlTypeCore()
src\Framework\System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
53protected override string GetLocalizedControlTypeCore()
3 references to GetLocalizedControlTypeCore
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1034result = GetLocalizedControlTypeCore();
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
204return base.GetLocalizedControlTypeCore();
src\Framework\System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
51/// <see cref="AutomationPeer.GetLocalizedControlTypeCore"/>