3 instantiations of DocumentAutomationPeer
PresentationFramework (3)
System\Windows\Documents\DocumentSequence.cs (1)
537
return new
DocumentAutomationPeer
(this);
System\Windows\Documents\FixedDocument.cs (1)
605
return new
DocumentAutomationPeer
(this);
System\Windows\Documents\FlowDocument.cs (1)
818
return new
DocumentAutomationPeer
(this);
7 references to DocumentAutomationPeer
PresentationFramework (7)
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (2)
72
_documentPeer = documentPeer as
DocumentAutomationPeer
;
124
private
DocumentAutomationPeer
_documentPeer;
System\Windows\Automation\Peers\FlowDocumentPageViewerAutomationPeer.cs (1)
44
if (children[children.Count-1] is
DocumentAutomationPeer
)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (2)
67
_documentPeer = documentPeer as
DocumentAutomationPeer
;
190
private
DocumentAutomationPeer
_documentPeer;
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (2)
97
_documentPeer = documentPeer as
DocumentAutomationPeer
;
129
private
DocumentAutomationPeer
_documentPeer;