3 instantiations of DocumentAutomationPeer
PresentationFramework (3)
System\Windows\Documents\DocumentSequence.cs (1)
536
return new
DocumentAutomationPeer
(this);
System\Windows\Documents\FixedDocument.cs (1)
604
return new
DocumentAutomationPeer
(this);
System\Windows\Documents\FlowDocument.cs (1)
817
return new
DocumentAutomationPeer
(this);
7 references to DocumentAutomationPeer
PresentationFramework (7)
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (2)
71
_documentPeer = documentPeer as
DocumentAutomationPeer
;
123
private
DocumentAutomationPeer
_documentPeer;
System\Windows\Automation\Peers\FlowDocumentPageViewerAutomationPeer.cs (1)
43
if (children[children.Count-1] is
DocumentAutomationPeer
)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (2)
66
_documentPeer = documentPeer as
DocumentAutomationPeer
;
189
private
DocumentAutomationPeer
_documentPeer;
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (2)
96
_documentPeer = documentPeer as
DocumentAutomationPeer
;
128
private
DocumentAutomationPeer
_documentPeer;