Base:
method
GetPattern
System.Windows.Automation.Peers.ItemAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)
2 overrides of GetPattern
PresentationFramework (1)
System\Windows\Automation\Peers\ListBoxItemAutomationPeer.cs (1)
32
override public object
GetPattern
(PatternInterface patternInterface)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
37
public override object
GetPattern
(PatternInterface patternInterface)
2 references to GetPattern
PresentationFramework (1)
System\Windows\Automation\Peers\ListBoxItemAutomationPeer.cs (1)
38
return base.
GetPattern
(patternInterface);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
39
object peer = base.
GetPattern
(patternInterface);