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