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)
58if (_documentPeer != null) 60_documentPeer.EventsSource = this; 61returnValue = _documentPeer.GetPattern(patternInterface); 95if (_documentPeer != documentPeer) 97if (_documentPeer != null) 99_documentPeer.OnDisconnected();