2 overrides of Load
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
350
internal override void
Load
(Principal p, string principalPropertyName)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
223
internal 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);