6 overrides of GetItemTypeCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
154override protected string GetItemTypeCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
269override protected string GetItemTypeCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
317override protected string GetItemTypeCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
169protected override string GetItemTypeCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
267protected override string GetItemTypeCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
193override protected string GetItemTypeCore()
2 references to GetItemTypeCore
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
817result = GetItemTypeCore();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
152/// <see cref="AutomationPeer.GetItemTypeCore"/>