1 write to accessRights
WsatUI (1)
MMCUI\WsatSecurityModel.cs (1)
64accessRights = new AccessRightsWrapper();
5 references to accessRights
WsatUI (5)
MMCUI\WsatSecurityModel.cs (5)
62if (accessRights == null) 65accessRights.access = new Access[1]; 67accessRights.access[0] = new Access(WSAT_ALL, SR.GetString(SR.ACLEditorPermissionName), AccessFlags.General); 69accessRights.DefaultIndex = 0; 82return accessRights;