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)
57if (_documentPeer != null) 59_documentPeer.EventsSource = this; 60returnValue = _documentPeer.GetPattern(patternInterface); 94if (_documentPeer != documentPeer) 96_documentPeer?.OnDisconnected();