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