1 write to _documentPeer
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
73
_documentPeer
= documentPeer as DocumentAutomationPeer;
3 references to _documentPeer
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (3)
67
if (
_documentPeer
!= documentPeer)
69
if (
_documentPeer
!= null)
71
_documentPeer
.OnDisconnected();