1 write to _documentPeer
PresentationFramework (1)
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
76
_documentPeer
= documentPeer as DocumentAutomationPeer;
6 references to _documentPeer
PresentationFramework (6)
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (6)
41
if (
_documentPeer
!= null)
43
_documentPeer
.EventsSource = this;
44
returnValue =
_documentPeer
.GetPattern(patternInterface);
70
if (
_documentPeer
!= documentPeer)
72
if (
_documentPeer
!= null)
74
_documentPeer
.OnDisconnected();