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)
56if (_documentPeer != null) 58_documentPeer.EventsSource = this; 59returnValue = _documentPeer.GetPattern(patternInterface); 93if (_documentPeer != documentPeer) 95_documentPeer?.OnDisconnected();