19 overrides of GetAutomationControlTypeCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
85protected override AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
133protected override AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
152protected override AutomationControlType GetAutomationControlTypeCore()
PresentationFramework (8)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
62protected override AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\DataGridColumnHeaderItemAutomationPeer.cs (1)
29protected override AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
39protected override AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
163protected override AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\ItemsControlItemAutomationPeer.cs (1)
15protected override AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\ListBoxItemAutomationPeer.cs (1)
26override protected AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
26override protected AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (1)
83override protected AutomationControlType GetAutomationControlTypeCore()
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupDataAutomationPeer.cs (1)
52protected override AutomationControlType GetAutomationControlTypeCore()
Microsoft\Windows\Automation\Peers\RibbonControlDataAutomationPeer.cs (1)
30protected override AutomationControlType GetAutomationControlTypeCore()
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryDataAutomationPeer.cs (1)
48override protected AutomationControlType GetAutomationControlTypeCore()
Microsoft\Windows\Automation\Peers\RibbonGalleryItemDataAutomationPeer.cs (1)
50override protected AutomationControlType GetAutomationControlTypeCore()
Microsoft\Windows\Automation\Peers\RibbonGroupDataAutomationPeer.cs (1)
69protected override AutomationControlType GetAutomationControlTypeCore()
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (1)
56protected override AutomationControlType GetAutomationControlTypeCore()
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
181protected override AutomationControlType GetAutomationControlTypeCore()
Microsoft\Windows\Automation\Peers\RibbonTabHeaderDataAutomationPeer.cs (1)
31protected override AutomationControlType GetAutomationControlTypeCore()
10 references to GetAutomationControlTypeCore
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
997result = GetAutomationControlTypeCore(); 1699AutomationControlType type = GetAutomationControlTypeCore();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
83/// <see cref="AutomationPeer.GetAutomationControlTypeCore"/>
PresentationFramework (7)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (2)
70/// <see cref="AutomationPeer.GetAutomationControlTypeCore"/> 99/// <see cref="AutomationPeer.GetAutomationControlTypeCore"/>
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
90/// <see cref="AutomationPeer.GetAutomationControlTypeCore"/>
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
117/// <see cref="AutomationPeer.GetAutomationControlTypeCore"/>
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
45/// <see cref="AutomationPeer.GetAutomationControlTypeCore"/>
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
41/// <see cref="AutomationPeer.GetAutomationControlTypeCore"/>
System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (1)
44/// <see cref="AutomationPeer.GetAutomationControlTypeCore"/>