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