19 overrides of GetAutomationControlTypeCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
89protected override AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
141protected override AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
161protected override AutomationControlType GetAutomationControlTypeCore()
PresentationFramework (8)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
68protected override AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\DataGridColumnHeaderItemAutomationPeer.cs (1)
35protected override AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
44protected override AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
170protected override AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\ItemsControlItemAutomationPeer.cs (1)
19protected override AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\ListBoxItemAutomationPeer.cs (1)
39override protected AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
37override protected AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (1)
95override protected AutomationControlType GetAutomationControlTypeCore()
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupDataAutomationPeer.cs (1)
55protected override AutomationControlType GetAutomationControlTypeCore()
Microsoft\Windows\Automation\Peers\RibbonControlDataAutomationPeer.cs (1)
38protected override AutomationControlType GetAutomationControlTypeCore()
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryDataAutomationPeer.cs (1)
48override protected AutomationControlType GetAutomationControlTypeCore()
Microsoft\Windows\Automation\Peers\RibbonGalleryItemDataAutomationPeer.cs (1)
51override protected AutomationControlType GetAutomationControlTypeCore()
Microsoft\Windows\Automation\Peers\RibbonGroupDataAutomationPeer.cs (1)
71protected override AutomationControlType GetAutomationControlTypeCore()
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (1)
60protected override AutomationControlType GetAutomationControlTypeCore()
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
187protected override AutomationControlType GetAutomationControlTypeCore()
Microsoft\Windows\Automation\Peers\RibbonTabHeaderDataAutomationPeer.cs (1)
41protected override AutomationControlType GetAutomationControlTypeCore()
10 references to GetAutomationControlTypeCore
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
1010result = GetAutomationControlTypeCore(); 1712AutomationControlType type = GetAutomationControlTypeCore();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
87/// <see cref="AutomationPeer.GetAutomationControlTypeCore"/>
PresentationFramework (7)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (2)
72/// <see cref="AutomationPeer.GetAutomationControlTypeCore"/> 101/// <see cref="AutomationPeer.GetAutomationControlTypeCore"/>
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
91/// <see cref="AutomationPeer.GetAutomationControlTypeCore"/>
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
118/// <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)
46/// <see cref="AutomationPeer.GetAutomationControlTypeCore"/>