5 references to Spacer
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
1194if (_type == MenuItemType.Spacer) 1232if (!SafeNativeMethods.IsWindowVisible (_hwnd) || _type == MenuItemType.Spacer) 1415return _type != MenuItemType.Spacer; 1446if (!SafeNativeMethods.IsWindowVisible(_hwnd) || _type == MenuItemType.Spacer) 1980return MenuItemType.Spacer;