Base:
method
GetPattern
System.Windows.Automation.Peers.UIElementAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)
2 overrides of GetPattern
PresentationUI (1)
MS\Internal\Documents\Application\PageTextBox.cs (1)
384
public override object
GetPattern
(PatternInterface patternInterface)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (1)
119
public override object
GetPattern
(PatternInterface patternInterface)
2 references to GetPattern
PresentationUI (1)
MS\Internal\Documents\Application\PageTextBox.cs (1)
392
return base.
GetPattern
(patternInterface);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (1)
127
return base.
GetPattern
(patternInterface);