1 write to _implementation
System.ComponentModel.DataAnnotations (1)
DataAnnotations\UIHintAttribute.cs (1)
82this._implementation = new UIHintImplementation(uiHint, presentationLayer, controlParameters);
6 references to _implementation
System.ComponentModel.DataAnnotations (6)
DataAnnotations\UIHintAttribute.cs (6)
23return this._implementation.UIHint; 32return this._implementation.PresentationLayer; 42return this._implementation.ControlParameters; 86return this._implementation.GetHashCode(); 94return this._implementation.Equals(otherAttribute._implementation);