8 references to Separator
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1743case AutomationControlType.Separator: controlType = ControlType.Separator; break;
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1269new 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; 423if (_cControlType == ControlType.Separator) 465return _cControlType != ControlType.Separator; 582return _cControlType == ControlType.Separator;