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