1 write to _documentPeer
PresentationFramework (1)
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
76_documentPeer = documentPeer as DocumentAutomationPeer;
6 references to _documentPeer
PresentationFramework (6)
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (6)
41if (_documentPeer != null) 43_documentPeer.EventsSource = this; 44returnValue = _documentPeer.GetPattern(patternInterface); 70if (_documentPeer != documentPeer) 72if (_documentPeer != null) 74_documentPeer.OnDisconnected();