1 write to _documentPeer
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
102_documentPeer = documentPeer as DocumentAutomationPeer;
6 references to _documentPeer
PresentationFramework (6)
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (6)
59if (_documentPeer != null) 61_documentPeer.EventsSource = this; 62returnValue = _documentPeer.GetPattern(patternInterface); 96if (_documentPeer != documentPeer) 98if (_documentPeer != null) 100_documentPeer.OnDisconnected();