1 write to _documentPeer
PresentationFramework (1)
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
71_documentPeer = documentPeer as DocumentAutomationPeer;
5 references to _documentPeer
PresentationFramework (5)
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (5)
39if (_documentPeer != null) 41_documentPeer.EventsSource = this; 42returnValue = _documentPeer.GetPattern(patternInterface); 68if (_documentPeer != documentPeer) 70_documentPeer?.OnDisconnected();