1 write to UIHint
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\UIHintAttribute.cs (1)
79UIHint = uiHint;
6 references to UIHint
System.ComponentModel.Annotations (6)
System\ComponentModel\DataAnnotations\FilterUIHintAttribute.cs (1)
22public string FilterUIHint => _implementation.UIHint;
System\ComponentModel\DataAnnotations\UIHintAttribute.cs (5)
54public string UIHint => _implementation.UIHint; 94/// Gets the name of the presentation layer that supports the control type in <see cref="UIHint" /> 110var a = UIHint ?? string.Empty; 127UIHint != otherImplementation.UIHint ||