1 write to _implementation
System.ComponentModel.DataAnnotations (1)
DataAnnotations\FilterUIHintAttribute.cs (1)
77this._implementation = new UIHintAttribute.UIHintImplementation(filterUIHint, presentationLayer, controlParameters);
6 references to _implementation
System.ComponentModel.DataAnnotations (6)
DataAnnotations\FilterUIHintAttribute.cs (6)
18return this._implementation.UIHint; 27return this._implementation.PresentationLayer; 37return this._implementation.ControlParameters; 85return this._implementation.GetHashCode(); 99return this._implementation.Equals(otherAttribute._implementation);