Base:
method
GetPattern
System.Windows.Automation.Peers.AutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)
4 overrides of GetPattern
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
76
public override object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\HyperlinkAutomationPeer.cs (1)
29
public override object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
33
public override object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
30
public override object
GetPattern
(PatternInterface patternInterface)
4 references to GetPattern
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
97
returnValue = base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\HyperlinkAutomationPeer.cs (1)
37
return base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
41
return base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
38
return base.
GetPattern
(patternInterface);