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