6 overrides of GetPattern
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
81override public object GetPattern(PatternInterface patternInterface)
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
129override public object GetPattern(PatternInterface patternInterface)
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
153override public object GetPattern(PatternInterface patternInterface)
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
256public override object GetPattern(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
366public override object GetPattern(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
54override public object GetPattern(PatternInterface patternInterface)
8 references to GetPattern
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2097object iface = GetPattern(info.PatternInterface);
PresentationFramework (7)
src\Framework\System\Windows\Automation\Peers\DocumentViewerAutomationPeer.cs (1)
41/// <see cref="AutomationPeer.GetPattern"/>
src\Framework\System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
31/// <see cref="AutomationPeer.GetPattern"/>
src\Framework\System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
33/// <see cref="AutomationPeer.GetPattern"/>
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
34/// <see cref="AutomationPeer.GetPattern"/>
src\Framework\System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
75ISelectionItemProvider selectionItem = itemPeer.GetPattern(PatternInterface.SelectionItem) as ISelectionItemProvider;
src\Framework\System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
31/// <see cref="AutomationPeer.GetPattern"/>
src\Framework\System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
28/// <see cref="AutomationPeer.GetPattern"/>