2 writes to _type
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
37_type = type; 139_type = MenuType.SystemPopup;
8 references to _type
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsMenu.cs (8)
50switch (_type) 137if (_type == MenuType.Submenu && GetHierarchyParent(_hwnd) == null && GetSystemPopupParent() != null) 374if (_parent != null && _type == MenuType.Submenu) 497return new MenuItem(_hwnd, this, index, _hmenu, _type); 701if (_type == MenuType.System) 792switch (_type) 846switch (_type) 1524MenuType type = ((WindowsMenu)_parent)._type;