3 instantiations of DocumentAutomationPeer
PresentationFramework (3)
System\Windows\Documents\DocumentSequence.cs (1)
553
return new
DocumentAutomationPeer
(this);
System\Windows\Documents\FixedDocument.cs (1)
616
return new
DocumentAutomationPeer
(this);
System\Windows\Documents\FlowDocument.cs (1)
821
return new
DocumentAutomationPeer
(this);
7 references to DocumentAutomationPeer
PresentationFramework (7)
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (2)
76
_documentPeer = documentPeer as
DocumentAutomationPeer
;
128
private
DocumentAutomationPeer
_documentPeer;
System\Windows\Automation\Peers\FlowDocumentPageViewerAutomationPeer.cs (1)
45
if (children[children.Count-1] is
DocumentAutomationPeer
)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (2)
71
_documentPeer = documentPeer as
DocumentAutomationPeer
;
194
private
DocumentAutomationPeer
_documentPeer;
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (2)
101
_documentPeer = documentPeer as
DocumentAutomationPeer
;
133
private
DocumentAutomationPeer
_documentPeer;