5 references to Document
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1734
case AutomationControlType.
Document
: controlType = ControlType.Document; break;
PresentationFramework (4)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
102
return AutomationControlType.
Document
;
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
90
return AutomationControlType.
Document
;
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
117
return AutomationControlType.
Document
;
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
30
return AutomationControlType.
Document
;