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)
39
if (
_documentPeer
!= null)
41
_documentPeer
.EventsSource = this;
42
returnValue =
_documentPeer
.GetPattern(patternInterface);
68
if (
_documentPeer
!= documentPeer)
70
_documentPeer
?.OnDisconnected();