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)
387override public object GetPattern(PatternInterface patternInterface)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (1)
122override public object GetPattern(PatternInterface patternInterface)
2 references to GetPattern
PresentationUI (1)
MS\Internal\Documents\Application\PageTextBox.cs (1)
395return base.GetPattern(patternInterface);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (1)
130return base.GetPattern(patternInterface);