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)}, 1044case PropertyNames.GroupGroupScope: 1400Debug.Assert(propertyName == PropertyNames.GroupIsSecurityGroup || propertyName == PropertyNames.GroupGroupScope); 1440case PropertyNames.GroupGroupScope:
System\DirectoryServices\AccountManagement\Group.cs (5)
114return HandleGet<GroupScope>(ref _groupScope, PropertyNames.GroupGroupScope, ref _groupScopeChanged); 127HandleSet<GroupScope>(ref _groupScope, value.Value, ref _groupScopeChanged, PropertyNames.GroupGroupScope); 266case PropertyNames.GroupGroupScope: 295case PropertyNames.GroupGroupScope: 321PropertyNames.GroupGroupScope => _groupScope,
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
306public 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)}, 831Debug.Assert(propertyName == PropertyNames.GroupGroupScope); 968Debug.Assert(propertyName == PropertyNames.GroupGroupScope);
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
307PropertyNames.GroupGroupScope