Base:
method
GetPattern
System.Windows.Automation.Peers.ItemsControlAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)
3 overrides of GetPattern
PresentationFramework (2)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
51
override public object
GetPattern
(PatternInterface pattern)
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
53
override public object
GetPattern
(PatternInterface patternInterface)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
53
public override object
GetPattern
(PatternInterface patternInterface)
3 references to GetPattern
PresentationFramework (2)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
70
iface = base.
GetPattern
(pattern);
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
65
return base.
GetPattern
(patternInterface);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
78
return base.
GetPattern
(patternInterface);