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