2 instantiations of UIHintImplementation
System.ComponentModel.DataAnnotations (2)
DataAnnotations\FilterUIHintAttribute.cs (1)
77this._implementation = new UIHintAttribute.UIHintImplementation(filterUIHint, presentationLayer, controlParameters);
DataAnnotations\UIHintAttribute.cs (1)
82this._implementation = new UIHintImplementation(uiHint, presentationLayer, controlParameters);
4 references to UIHintImplementation
System.ComponentModel.DataAnnotations (4)
DataAnnotations\FilterUIHintAttribute.cs (1)
11private UIHintAttribute.UIHintImplementation _implementation;
DataAnnotations\UIHintAttribute.cs (3)
16private UIHintImplementation _implementation; 151var otherImplementation = (UIHintImplementation)obj;