4 writes to _cannotChangePasswordChanged
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\PasswordInfo.cs (4)
92_owningPrincipal.HandleGet<bool>(ref _cannotChangePassword, PropertyNames.PwdInfoCannotChangePassword, ref _cannotChangePasswordChanged); 105_owningPrincipal.HandleSet<bool>(ref _cannotChangePassword, value, ref _cannotChangePasswordChanged, 272_cannotChangePasswordChanged = LoadState.Loaded; 359_cannotChangePasswordChanged = (_cannotChangePasswordChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;
3 references to _cannotChangePasswordChanged
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\PasswordInfo.cs (3)
94if ((_cannotChangePasswordChanged != LoadState.Changed) && !_cannotChangePasswordRead && !_owningPrincipal.unpersisted) 304return _cannotChangePasswordChanged == LoadState.Changed; 359_cannotChangePasswordChanged = (_cannotChangePasswordChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;