8 references to Separator
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1743
case AutomationControlType.Separator: controlType = ControlType.
Separator
; break;
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1269
new RoleCtrlType(AccessibleRole.Separator, ControlType.
Separator
),
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1178
_cControlType = ControlType.
Separator
;
MS\Internal\AutomationProxies\WindowsToolbar.cs (5)
377
_cControlType = ControlType.
Separator
;
400
_fIsContent = _cControlType != ControlType.
Separator
;
423
if (_cControlType == ControlType.
Separator
)
465
return _cControlType != ControlType.
Separator
;
582
return _cControlType == ControlType.
Separator
;