Base:
method
GetPattern
System.Windows.Automation.Peers.ContentElementAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)
2 references to GetPattern
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
46
returnValue = _documentPeer.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
62
returnValue = _documentPeer.
GetPattern
(patternInterface);