1 write to Right
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\ValueCollection.cs (1)
327
el.originalValue.
Right
= value;
15 references to Right
System.DirectoryServices.AccountManagement (15)
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (3)
625
if (changedValue.
Right
!= null && !properties.Contains(changedValue.
Right
))
626
properties.Add(changedValue.
Right
);
System\DirectoryServices\AccountManagement\TrackedCollection.cs (5)
182
if (!el.isInserted && el.originalValue.
Right
.Equals(value))
213
return this.originalValue.
Right
; // Right == current value
280
if (!el.originalValue.Left.Equals(el.originalValue.
Right
))
284
changedList.Add(new Pair<T, T>(el.originalValue.Left, el.originalValue.
Right
));
309
if (!el.originalValue.Left.Equals(el.originalValue.
Right
))
System\DirectoryServices\AccountManagement\TrackedCollectionEnumerator.cs (1)
87
_current = el.originalValue.
Right
;
System\DirectoryServices\AccountManagement\ValueCollection.cs (6)
212
if (!el.isInserted && el.originalValue.
Right
.Equals(value))
299
GlobalDebug.WriteLineIf(GlobalDebug.Info, "PrincipalValueCollection", "this[{0}].get: is original {1}", index, el.originalValue.
Right
);
300
return el.originalValue.
Right
; // Right == current value
458
if (!pair.Left.Equals(pair.
Right
))
465
pair.
Right
,
468
pair.Left = pair.
Right
;