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