6 overrides of GetPattern
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
81
override public object
GetPattern
(PatternInterface patternInterface)
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
129
override public object
GetPattern
(PatternInterface patternInterface)
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
153
override public object
GetPattern
(PatternInterface patternInterface)
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
256
public override object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
366
public override object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
54
override public object
GetPattern
(PatternInterface patternInterface)
8 references to GetPattern
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2097
object 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)
75
ISelectionItemProvider 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
"/>