6 overrides of GetItemTypeCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
149protected override string GetItemTypeCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
260protected override string GetItemTypeCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
304protected override string GetItemTypeCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
162protected override string GetItemTypeCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
256protected override string GetItemTypeCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
176protected override string GetItemTypeCore()
1 reference to GetItemTypeCore
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
805result = GetItemTypeCore();