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