1 write to _documentPeer
PresentationFramework (1)
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
75_documentPeer = documentPeer as DocumentAutomationPeer;
6 references to _documentPeer
PresentationFramework (6)
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (6)
40if (_documentPeer != null) 42_documentPeer.EventsSource = this; 43returnValue = _documentPeer.GetPattern(patternInterface); 69if (_documentPeer != documentPeer) 71if (_documentPeer != null) 73_documentPeer.OnDisconnected();