Base:
method
GetAutomationControlTypeCore
System.Windows.Automation.Peers.UIElementAutomationPeer.GetAutomationControlTypeCore()
4 overrides of GetAutomationControlTypeCore
PresentationFramework (3)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
27override protected AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
22override protected AutomationControlType GetAutomationControlTypeCore()
System\Windows\Automation\Peers\TabControlAutomationPeer.cs (1)
24override protected AutomationControlType GetAutomationControlTypeCore()
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
43protected override AutomationControlType GetAutomationControlTypeCore()
1 reference to GetAutomationControlTypeCore
PresentationFramework (1)
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
30return base.GetAutomationControlTypeCore();