2 instantiations of UIHintImplementation
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\FilterUIHintAttribute.cs (1)
69
_implementation = new UIHintAttribute.
UIHintImplementation
(
System\ComponentModel\DataAnnotations\UIHintAttribute.cs (1)
48
_implementation = new
UIHintImplementation
(uiHint, presentationLayer, controlParameters);
4 references to UIHintImplementation
System.ComponentModel.Annotations (4)
System\ComponentModel\DataAnnotations\FilterUIHintAttribute.cs (1)
16
private readonly UIHintAttribute.
UIHintImplementation
_implementation;
System\ComponentModel\DataAnnotations\UIHintAttribute.cs (3)
18
private readonly
UIHintImplementation
_implementation;
124
var
otherImplementation = obj as
UIHintImplementation
;