5 references to Document
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1735
case AutomationControlType.Document: controlType = ControlType.
Document
; break;
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
1251
new RoleCtrlType(AccessibleRole.Document, ControlType.
Document
),
1303
new CtrlTypePatterns(ControlType.
Document
, TextPattern.Pattern),
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
41
_cControlType = ControlType.
Document
;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
35
_cControlType = ControlType.
Document
;