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)
307protected override string GetItemTypeCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
162protected override string GetItemTypeCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
259protected override string GetItemTypeCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
179protected override string GetItemTypeCore()
2 references to GetItemTypeCore
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
805result = GetItemTypeCore();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
147/// <see cref="AutomationPeer.GetItemTypeCore"/>