5 references to Document
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1746case AutomationControlType.Document: controlType = ControlType.Document; break;
PresentationFramework (4)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
105return AutomationControlType.Document;
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
95return AutomationControlType.Document;
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
122return AutomationControlType.Document;
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
42return AutomationControlType.Document;