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)
54
public string UIHint =>
_implementation
.UIHint;
59
public string? PresentationLayer =>
_implementation
.PresentationLayer;
65
public IDictionary<string, object?> ControlParameters =>
_implementation
.ControlParameters;
67
public override int GetHashCode() =>
_implementation
.GetHashCode();
70
obj is UIHintAttribute otherAttribute &&
_implementation
.Equals(otherAttribute.
_implementation
);