15 references to GroupGroupScope
System.DirectoryServices.AccountManagement (15)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
408
{PropertyNames.
GroupGroupScope
, "groupType", new FromLdapConverterDelegate(GroupTypeFromLdapConverter), new ToLdapConverterDelegate(GroupTypeToLdapConverter)},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (4)
712
{PropertyNames.
GroupGroupScope
, "grouptype", new FromLdapConverterDelegate(GroupTypeFromLdapConverter), new ToLdapConverterDelegate(GroupTypeToLdapConverter)},
1044
case PropertyNames.
GroupGroupScope
:
1400
Debug.Assert(propertyName == PropertyNames.GroupIsSecurityGroup || propertyName == PropertyNames.
GroupGroupScope
);
1440
case PropertyNames.
GroupGroupScope
:
System\DirectoryServices\AccountManagement\Group.cs (5)
114
return HandleGet<GroupScope>(ref _groupScope, PropertyNames.
GroupGroupScope
, ref _groupScopeChanged);
127
HandleSet<GroupScope>(ref _groupScope, value.Value, ref _groupScopeChanged, PropertyNames.
GroupGroupScope
);
266
case PropertyNames.
GroupGroupScope
:
295
case PropertyNames.
GroupGroupScope
:
321
PropertyNames.
GroupGroupScope
=> _groupScope,
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
306
public const string PropertyNameStatic = PropertyNames.
GroupGroupScope
;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (3)
663
{PropertyNames.
GroupGroupScope
, typeof(GroupPrincipal), "groupType", new FromWinNTConverterDelegate(GroupTypeFromWinNTConverter), new ToWinNTConverterDelegate(GroupTypeToWinNTConverter)},
831
Debug.Assert(propertyName == PropertyNames.
GroupGroupScope
);
968
Debug.Assert(propertyName == PropertyNames.
GroupGroupScope
);
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
307
PropertyNames.
GroupGroupScope