1 write to MaxLength
System.Data (1)
fx\src\data\System\Data\DataColumn.cs (1)
916this.simpleType.MaxLength = maxLength;
3 references to MaxLength
System.Data (3)
fx\src\data\System\Data\DataColumn.cs (1)
1296maxLength = simpleType.MaxLength;// this is temp solution, since we dont let simple content to have
fx\src\data\System\Data\SimpleType.cs (2)
370if (this.MaxLength != otherSimpleType.MaxLength)