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