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