3 references to UIHint
System.ComponentModel.DataAnnotations (1)
DataAnnotations\UIHintAttribute.cs (1)
28/// Gets the name of the presentation layer that supports the control type in <see cref="UIHint"/>
System.Web (1)
ModelBinding\DataAnnotationsModelMetadataProvider.cs (1)
30result.TemplateHint = uiHintAttribute.UIHint;
System.Web.DynamicData (1)
DynamicData\MetaColumn.cs (1)
558UIHint = GetHint<UIHintAttribute>(a => a.PresentationLayer, a => a.UIHint);