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)
40
if (
_documentPeer
!= null)
42
_documentPeer
.EventsSource = this;
43
returnValue =
_documentPeer
.GetPattern(patternInterface);
69
if (
_documentPeer
!= documentPeer)
71
_documentPeer
?.OnDisconnected();