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)
45public override object GetPattern(PatternInterface patternInterface)
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (1)
48public override object GetPattern(PatternInterface patternInterface)
2 references to GetPattern
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
51return base.GetPattern(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (1)
61return base.GetPattern(patternInterface);