24 references to MaxLength
System.Private.Xml (24)
System\Xml\Schema\DataTypeImplementation.cs (8)
515if (flags != 0 && (flags & (RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.MaxLength | RestrictionFlags.MaxExclusive | RestrictionFlags.MaxInclusive | RestrictionFlags.MinExclusive | RestrictionFlags.MinInclusive | RestrictionFlags.TotalDigits | RestrictionFlags.FractionDigits | RestrictionFlags.Enumeration)) != 0) 1009return RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.MaxLength | RestrictionFlags.Enumeration | RestrictionFlags.WhiteSpace | RestrictionFlags.Pattern; 1449RestrictionFlags.MaxLength | 2400RestrictionFlags.MaxLength | 2498RestrictionFlags.MaxLength | 2602RestrictionFlags.MaxLength | 2686RestrictionFlags.MaxLength | 3019RestrictionFlags.MaxLength |
System\Xml\Schema\FacetChecker.cs (16)
82if ((_baseFlags & RestrictionFlags.MaxLength) != 0) 124CheckProhibitedFlag(facet, RestrictionFlags.MaxLength, SR.Sch_MaxLengthFacetProhibited); 125CheckDupFlag(facet, RestrictionFlags.MaxLength, SR.Sch_DupMaxLengthFacet); 128if ((_baseFixedFlags & RestrictionFlags.MaxLength) != 0) 135if ((_baseFlags & RestrictionFlags.MaxLength) != 0) 149SetFlag(facet, RestrictionFlags.MaxLength); 488(_derivedRestriction.Flags & (RestrictionFlags.MinLength | RestrictionFlags.MaxLength)) != 0 499(_derivedRestriction.Flags & RestrictionFlags.MaxLength) != 0 578(_derivedRestriction.Flags & RestrictionFlags.MaxLength) == 0 && 579(_baseFlags & RestrictionFlags.MaxLength) != 0 583SetFlag(RestrictionFlags.MaxLength); 1385if ((flags & RestrictionFlags.MaxLength) != 0) 1519if ((flags & RestrictionFlags.MaxLength) != 0) 1588if ((flags & RestrictionFlags.MaxLength) != 0) 1634if ((flags & (RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.MaxLength)) != 0) 1653if ((flags & RestrictionFlags.MaxLength) != 0)