2 overrides of Load
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
350internal override void Load(Principal p, string principalPropertyName)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
223internal override void Load(Principal p, string principalPropertyName)
2 references to Load
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Principal.cs (2)
402_ctx.QueryCtx.Load(this, PropertyNames.PrincipalName); 1001_ctx.QueryCtx.Load(this, principalPropertyName);