12 references to AcctInfoHomeDrive
System.DirectoryServices.AccountManagement (12)
System\DirectoryServices\AccountManagement\AccountInfo.cs (6)
204return _owningPrincipal.HandleGet<string>(ref _homeDrive, PropertyNames.AcctInfoHomeDrive, ref _homeDriveChanged); 209if (!_owningPrincipal.GetStoreCtxToUse().IsValidProperty(_owningPrincipal, PropertyNames.AcctInfoHomeDrive)) 213PropertyNames.AcctInfoHomeDrive); 346case (PropertyNames.AcctInfoHomeDrive): 398case (PropertyNames.AcctInfoHomeDrive): 435case (PropertyNames.AcctInfoHomeDrive):
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
429{PropertyNames.AcctInfoHomeDrive, "homeDrive", null, null},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
733{PropertyNames.AcctInfoHomeDrive, "homedrive", new FromLdapConverterDelegate(StringFromLdapConverter), new ToLdapConverterDelegate(StringToLdapConverter)},
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
228public const string PropertyNameStatic = PropertyNames.AcctInfoHomeDrive;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
677{PropertyNames.AcctInfoHomeDrive, typeof(UserPrincipal), "HomeDirDrive", new FromWinNTConverterDelegate(StringFromWinNTConverter), new ToWinNTConverterDelegate(StringToWinNTConverter)}, 714{PropertyNames.AcctInfoHomeDrive, typeof(ComputerPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
295PropertyNames.AcctInfoHomeDrive,