4 references to ControlParameters
System.ComponentModel.DataAnnotations (4)
DataAnnotations\FilterUIHintAttribute.cs (1)
37return this._implementation.ControlParameters;
DataAnnotations\UIHintAttribute.cs (3)
42return this._implementation.ControlParameters; 161leftParams = this.ControlParameters; 162rightParams = otherImplementation.ControlParameters;