1 write to _inputControlParameters
System.ComponentModel.DataAnnotations (1)
DataAnnotations\UIHintAttribute.cs (1)
127this._inputControlParameters = new object[controlParameters.Length];
2 references to _inputControlParameters
System.ComponentModel.DataAnnotations (2)
DataAnnotations\UIHintAttribute.cs (2)
128Array.Copy(controlParameters, this._inputControlParameters, controlParameters.Length); 186object[] inputControlParameters = this._inputControlParameters;