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