1 write to _implementation
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\FilterUIHintAttribute.cs (1)
69
_implementation
= new UIHintAttribute.UIHintImplementation(
6 references to _implementation
System.ComponentModel.Annotations (6)
System\ComponentModel\DataAnnotations\FilterUIHintAttribute.cs (6)
22
public string FilterUIHint =>
_implementation
.UIHint;
28
public string? PresentationLayer =>
_implementation
.PresentationLayer;
35
public IDictionary<string, object?> ControlParameters =>
_implementation
.ControlParameters;
77
public override int GetHashCode() =>
_implementation
.GetHashCode();
87
obj is FilterUIHintAttribute otherAttribute &&
_implementation
.Equals(otherAttribute.
_implementation
);