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