6 overrides of GetPattern
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
73
override public object
GetPattern
(PatternInterface patternInterface)
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
123
override public object
GetPattern
(PatternInterface patternInterface)
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
142
override public object
GetPattern
(PatternInterface patternInterface)
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
253
public override object
GetPattern
(PatternInterface patternInterface)
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
357
public override object
GetPattern
(PatternInterface patternInterface)
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
57
override public object
GetPattern
(PatternInterface patternInterface)
18 references to GetPattern
Microsoft.VisualStudio.LanguageServices (1)
Utilities\AutomationDelegatingListView.cs (1)
159
? automationPeer.
GetPattern
(patternInterface)
PresentationCore (2)
MS\Internal\Interop\TipTsfHelper.cs (1)
185
return peer?.
GetPattern
(PatternInterface.Text) != null;
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2181
object iface =
GetPattern
(info.PatternInterface);
PresentationFramework (7)
System\Windows\Automation\Peers\DocumentViewerAutomationPeer.cs (1)
44
/// <see cref="AutomationPeer.
GetPattern
"/>
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
29
/// <see cref="AutomationPeer.
GetPattern
"/>
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
31
/// <see cref="AutomationPeer.
GetPattern
"/>
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
33
/// <see cref="AutomationPeer.
GetPattern
"/>
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
78
ISelectionItemProvider selectionItem = itemPeer.
GetPattern
(PatternInterface.SelectionItem) as ISelectionItemProvider;
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
30
/// <see cref="AutomationPeer.
GetPattern
"/>
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
26
/// <see cref="AutomationPeer.
GetPattern
"/>
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (1)
385
/// <see cref="AutomationPeer.
GetPattern
"/>
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
538
/// <see cref="AutomationPeer.
GetPattern
"/>
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
74
return tabHeadersItemsControlPeer.
GetPattern
(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonControlDataAutomationPeer.cs (1)
62
peer = wrapperPeer.
GetPattern
(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonGroupDataAutomationPeer.cs (1)
64
peer = wrapperPeer.
GetPattern
(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (2)
83
result = wrapperPeer.
GetPattern
(patternInterface);
124
result = wrapperPeer.
GetPattern
(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
67
peer = wrapperPeer.
GetPattern
(patternInterface);