2 writes to _type
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
54_type = type; 156_type = MenuType.SystemPopup;
8 references to _type
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\WindowsMenu.cs (8)
67switch (_type) 154if (_type == MenuType.Submenu && GetHierarchyParent(_hwnd) == null && GetSystemPopupParent() != null) 391if (_parent != null && _type == MenuType.Submenu) 514return new MenuItem(_hwnd, this, index, _hmenu, _type); 718if (_type == MenuType.System) 809switch (_type) 863switch (_type) 1545MenuType type = ((WindowsMenu)_parent)._type;