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