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)
22public string FilterUIHint => _implementation.UIHint; 28public string? PresentationLayer => _implementation.PresentationLayer; 35public IDictionary<string, object?> ControlParameters => _implementation.ControlParameters; 77public override int GetHashCode() => _implementation.GetHashCode(); 87obj is FilterUIHintAttribute otherAttribute && _implementation.Equals(otherAttribute._implementation);