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