5 references to Spacer
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
1175if (_type == MenuItemType.Spacer) 1213if (!SafeNativeMethods.IsWindowVisible (_hwnd) || _type == MenuItemType.Spacer) 1394return _type != MenuItemType.Spacer; 1425if (!SafeNativeMethods.IsWindowVisible(_hwnd) || _type == MenuItemType.Spacer) 1959return MenuItemType.Spacer;