1 write to _documentPeer
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
102
_documentPeer
= documentPeer as DocumentAutomationPeer;
6 references to _documentPeer
PresentationFramework (6)
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (6)
59
if (
_documentPeer
!= null)
61
_documentPeer
.EventsSource = this;
62
returnValue =
_documentPeer
.GetPattern(patternInterface);
96
if (
_documentPeer
!= documentPeer)
98
if (
_documentPeer
!= null)
100
_documentPeer
.OnDisconnected();