Base:
method
GetAutomationControlTypeCore
System.Windows.Automation.Peers.UIElementAutomationPeer.GetAutomationControlTypeCore()
4 overrides of GetAutomationControlTypeCore
PresentationFramework (3)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
39override protected AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
34override protected AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\TabControlAutomationPeer.cs (1)
37override protected AutomationControlType GetAutomationControlTypeCore()
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
48protected override AutomationControlType GetAutomationControlTypeCore()
1 reference to GetAutomationControlTypeCore
PresentationFramework (1)
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
42return base.GetAutomationControlTypeCore();