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