Base:
method
GetPattern
System.Windows.Automation.Peers.ItemsControlAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)
2 overrides of GetPattern
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
48override public object GetPattern(PatternInterface pattern)
src\Framework\System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
50override public object GetPattern(PatternInterface patternInterface)
2 references to GetPattern
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
63iface = base.GetPattern(pattern);
src\Framework\System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
62return base.GetPattern(patternInterface);