3 instantiations of DocumentAutomationPeer
PresentationFramework (3)
System\Windows\Documents\DocumentSequence.cs (1)
549
return new
DocumentAutomationPeer
(this);
System\Windows\Documents\FixedDocument.cs (1)
605
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)
75
_documentPeer = documentPeer as
DocumentAutomationPeer
;
127
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)
70
_documentPeer = documentPeer as
DocumentAutomationPeer
;
193
private
DocumentAutomationPeer
_documentPeer;
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (2)
100
_documentPeer = documentPeer as
DocumentAutomationPeer
;
132
private
DocumentAutomationPeer
_documentPeer;