8 references to Separator
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1742
case AutomationControlType.Separator: controlType = ControlType.
Separator
; break;
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1268
new RoleCtrlType(AccessibleRole.Separator, ControlType.
Separator
),
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1177
_cControlType = ControlType.
Separator
;
MS\Internal\AutomationProxies\WindowsToolbar.cs (5)
376
_cControlType = ControlType.
Separator
;
399
_fIsContent = _cControlType != ControlType.
Separator
;
422
if (_cControlType == ControlType.
Separator
)
464
return _cControlType != ControlType.
Separator
;
581
return _cControlType == ControlType.
Separator
;