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