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)
16private readonly UIHintAttribute.UIHintImplementation _implementation;
System\ComponentModel\DataAnnotations\UIHintAttribute.cs (3)
18private readonly UIHintImplementation _implementation; 124var otherImplementation = obj as UIHintImplementation;