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)
94
if ((
_cannotChangePasswordChanged
!= LoadState.Changed) && !_cannotChangePasswordRead && !_owningPrincipal.unpersisted)
304
return
_cannotChangePasswordChanged
== LoadState.Changed;
359
_cannotChangePasswordChanged = (
_cannotChangePasswordChanged
== LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;