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)
39override public object GetPattern(PatternInterface pattern)
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
41override public object GetPattern(PatternInterface patternInterface)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
48public override object GetPattern(PatternInterface patternInterface)
3 references to GetPattern
PresentationFramework (2)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
58iface = base.GetPattern(pattern);
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
53return base.GetPattern(patternInterface);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
73return base.GetPattern(patternInterface);