1 write to _implementation
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\UIHintAttribute.cs (1)
48_implementation = new UIHintImplementation(uiHint, presentationLayer, controlParameters);
6 references to _implementation
System.ComponentModel.Annotations (6)
System\ComponentModel\DataAnnotations\UIHintAttribute.cs (6)
54public string UIHint => _implementation.UIHint; 59public string? PresentationLayer => _implementation.PresentationLayer; 65public IDictionary<string, object?> ControlParameters => _implementation.ControlParameters; 67public override int GetHashCode() => _implementation.GetHashCode(); 70obj is UIHintAttribute otherAttribute && _implementation.Equals(otherAttribute._implementation);