6 overrides of GetItemTypeCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
150override protected string GetItemTypeCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
261override protected string GetItemTypeCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
308override protected string GetItemTypeCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
163protected override string GetItemTypeCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
260protected override string GetItemTypeCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
183override protected string GetItemTypeCore()
2 references to GetItemTypeCore
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
806result = GetItemTypeCore();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
148/// <see cref="AutomationPeer.GetItemTypeCore"/>