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)
48
override public object
GetPattern
(PatternInterface pattern)
src\Framework\System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
50
override public object
GetPattern
(PatternInterface patternInterface)
2 references to GetPattern
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
63
iface = base.
GetPattern
(pattern);
src\Framework\System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
62
return base.
GetPattern
(patternInterface);