Base:
method
GetAutomationControlTypeCore
System.Windows.Automation.Peers.UIElementAutomationPeer.GetAutomationControlTypeCore()
3 overrides of GetAutomationControlTypeCore
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
36override protected AutomationControlType GetAutomationControlTypeCore()
src\Framework\System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
31override protected AutomationControlType GetAutomationControlTypeCore()
src\Framework\System\Windows\Automation\Peers\TabControlAutomationPeer.cs (1)
34override protected AutomationControlType GetAutomationControlTypeCore()
1 reference to GetAutomationControlTypeCore
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
39return base.GetAutomationControlTypeCore();