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)
38public override object GetPattern(PatternInterface pattern)
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
40public override object GetPattern(PatternInterface patternInterface)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
47public override object GetPattern(PatternInterface patternInterface)
3 references to GetPattern
PresentationFramework (2)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
57iface = base.GetPattern(pattern);
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
52return base.GetPattern(patternInterface);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
72return base.GetPattern(patternInterface);