8 references to UIHintAttribute
System.ComponentModel.DataAnnotations (4)
DataAnnotations\FilterUIHintAttribute.cs (2)
11private UIHintAttribute.UIHintImplementation _implementation; 77this._implementation = new UIHintAttribute.UIHintImplementation(filterUIHint, presentationLayer, controlParameters);
DataAnnotations\UIHintAttribute.cs (2)
90var otherAttribute = obj as UIHintAttribute;
System.Web (3)
ModelBinding\DataAnnotationsModelMetadataProvider.cs (3)
26IEnumerable<UIHintAttribute> uiHintAttributes = attributeList.OfType<UIHintAttribute>(); 27UIHintAttribute uiHintAttribute = uiHintAttributes.FirstOrDefault(a => String.Equals(a.PresentationLayer, "MVC", StringComparison.OrdinalIgnoreCase))
System.Web.DynamicData (1)
DynamicData\MetaColumn.cs (1)
558UIHint = GetHint<UIHintAttribute>(a => a.PresentationLayer, a => a.UIHint);