1 write to UIHint
System.ComponentModel.DataAnnotations (1)
DataAnnotations\UIHintAttribute.cs (1)
124this.UIHint = uiHint;
6 references to UIHint
System.ComponentModel.DataAnnotations (6)
DataAnnotations\FilterUIHintAttribute.cs (1)
18return this._implementation.UIHint;
DataAnnotations\UIHintAttribute.cs (5)
23return this._implementation.UIHint; 107/// Gets the name of the presentation layer that supports the control type in <see cref="UIHint"/> 137var a = this.UIHint ?? String.Empty; 153if (this.UIHint != otherImplementation.UIHint || this.PresentationLayer != otherImplementation.PresentationLayer) {