5 overrides of GetLocalizedControlTypeCore
PresentationFramework (5)
System\Windows\Automation\Peers\CalendarButtonAutomationPeer.cs (1)
61
protected override string
GetLocalizedControlTypeCore
()
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
186
protected override string
GetLocalizedControlTypeCore
()
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
116
protected override string
GetLocalizedControlTypeCore
()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
304
protected override string
GetLocalizedControlTypeCore
()
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
50
protected override string
GetLocalizedControlTypeCore
()
3 references to GetLocalizedControlTypeCore
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1018
result =
GetLocalizedControlTypeCore
();
PresentationFramework (2)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
194
return base.
GetLocalizedControlTypeCore
();
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
48
/// <see cref="AutomationPeer.
GetLocalizedControlTypeCore
"/>