6 overrides of GetPattern
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
68public override object GetPattern(PatternInterface patternInterface)
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
114public override object GetPattern(PatternInterface patternInterface)
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
129public override object GetPattern(PatternInterface patternInterface)
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
246public override object GetPattern(PatternInterface patternInterface)
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
346public override object GetPattern(PatternInterface patternInterface)
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
43public override object GetPattern(PatternInterface patternInterface)
9 references to GetPattern
PresentationCore (2)
MS\Internal\Interop\TipTsfHelper.cs (1)
180return peer?.GetPattern(PatternInterface.Text) != null;
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2165object iface = GetPattern(info.PatternInterface);
PresentationFramework (1)
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
65ISelectionItemProvider selectionItem = itemPeer.GetPattern(PatternInterface.SelectionItem) as ISelectionItemProvider;
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
68return tabHeadersItemsControlPeer.GetPattern(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonControlDataAutomationPeer.cs (1)
53peer = wrapperPeer.GetPattern(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonGroupDataAutomationPeer.cs (1)
61peer = wrapperPeer.GetPattern(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (2)
78result = wrapperPeer.GetPattern(patternInterface); 119result = wrapperPeer.GetPattern(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
60peer = wrapperPeer.GetPattern(patternInterface);