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