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