1 write to _documentPeer
PresentationFramework (1)
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
101
_documentPeer
= documentPeer as DocumentAutomationPeer;
6 references to _documentPeer
PresentationFramework (6)
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (6)
58
if (
_documentPeer
!= null)
60
_documentPeer
.EventsSource = this;
61
returnValue =
_documentPeer
.GetPattern(patternInterface);
95
if (
_documentPeer
!= documentPeer)
97
if (
_documentPeer
!= null)
99
_documentPeer
.OnDisconnected();