2 overrides of LoadValueIntoProperty
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
381internal override void LoadValueIntoProperty(string propertyName, object value)
System\DirectoryServices\AccountManagement\Group.cs (1)
255internal override void LoadValueIntoProperty(string propertyName, object value)
25 references to LoadValueIntoProperty
System.DirectoryServices.AccountManagement (25)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
772p.LoadValueIntoProperty(PropertyNames.PrincipalName, p.GetValueForProperty(PropertyNames.PrincipalName));
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (10)
834p.LoadValueIntoProperty(propertyName, (object)SecurityId); 838p.LoadValueIntoProperty(propertyName, null); 852p.LoadValueIntoProperty(propertyName, g); 856p.LoadValueIntoProperty(propertyName, null); 886p.LoadValueIntoProperty(propertyName, !(bool)properties[suggestedAdProperty][0]); 915p.LoadValueIntoProperty(propertyName, list); 955p.LoadValueIntoProperty(propertyName, (string)values[values.Count - 1]); 1013p.LoadValueIntoProperty(propertyName, dt); 1041p.LoadValueIntoProperty(propertyName, isSecurityEnabled); 1055p.LoadValueIntoProperty(propertyName, groupType);
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (3)
494p.LoadValueIntoProperty(propertyName, (T)properties[suggestedProperty][0]); 511p.LoadValueIntoProperty(propertyName, list); 589p.LoadValueIntoProperty(propertyName, flag);
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
415base.LoadValueIntoProperty(propertyName, value);
System\DirectoryServices\AccountManagement\Group.cs (1)
276base.LoadValueIntoProperty(propertyName, value);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (6)
786p.LoadValueIntoProperty(propertyName, (object)SidObj); 797p.LoadValueIntoProperty(propertyName, (object)samAccountName); 823p.LoadValueIntoProperty(PropertyNames.GroupIsSecurityGroup, (object)true); 840p.LoadValueIntoProperty(propertyName, GroupScope.Local); 869p.LoadValueIntoProperty(propertyName, dt); 885p.LoadValueIntoProperty(propertyName, dt);
System\DirectoryServices\AccountManagement\UnknownPrincipal.cs (3)
36up.LoadValueIntoProperty(PropertyNames.PrincipalDisplayName, name); 39up.LoadValueIntoProperty(PropertyNames.PrincipalName, name); 45up.LoadValueIntoProperty(PropertyNames.PrincipalSid, sidObj);