2 writes to _type
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
38_type = type; 140_type = MenuType.SystemPopup;
8 references to _type
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsMenu.cs (8)
51switch (_type) 138if (_type == MenuType.Submenu && GetHierarchyParent(_hwnd) == null && GetSystemPopupParent() != null) 375if (_parent != null && _type == MenuType.Submenu) 498return new MenuItem(_hwnd, this, index, _hmenu, _type); 702if (_type == MenuType.System) 793switch (_type) 847switch (_type) 1525MenuType type = ((WindowsMenu)_parent)._type;