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