Base:
method
GetPattern
System.Windows.Automation.Peers.ItemsControlAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)
2 overrides of GetPattern
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
48public override object GetPattern(PatternInterface patternInterface)
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (1)
51public override object GetPattern(PatternInterface patternInterface)
2 references to GetPattern
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
54return base.GetPattern(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (1)
64return base.GetPattern(patternInterface);