1 write to _documentPeer
PresentationFramework (1)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
70
_documentPeer
= documentPeer as DocumentAutomationPeer;
3 references to _documentPeer
PresentationFramework (3)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (3)
64
if (
_documentPeer
!= documentPeer)
66
if (
_documentPeer
!= null)
68
_documentPeer
.OnDisconnected();