3 instantiations of DocumentAutomationPeer
PresentationFramework (3)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
579
return new
DocumentAutomationPeer
(this);
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
643
return new
DocumentAutomationPeer
(this);
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
829
return new
DocumentAutomationPeer
(this);
7 references to DocumentAutomationPeer
PresentationFramework (7)
src\Framework\System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (2)
78
_documentPeer = documentPeer as
DocumentAutomationPeer
;
130
private
DocumentAutomationPeer
_documentPeer;
src\Framework\System\Windows\Automation\Peers\FlowDocumentPageViewerAutomationPeer.cs (1)
47
if (children[children.Count-1] is
DocumentAutomationPeer
)
src\Framework\System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (2)
73
_documentPeer = documentPeer as
DocumentAutomationPeer
;
196
private
DocumentAutomationPeer
_documentPeer;
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (2)
102
_documentPeer = documentPeer as
DocumentAutomationPeer
;
134
private
DocumentAutomationPeer
_documentPeer;