1 write to PresentationLayer
System.ComponentModel.DataAnnotations (1)
DataAnnotations\UIHintAttribute.cs (1)
125this.PresentationLayer = presentationLayer;
5 references to PresentationLayer
System.ComponentModel.DataAnnotations (5)
DataAnnotations\FilterUIHintAttribute.cs (1)
27return this._implementation.PresentationLayer;
DataAnnotations\UIHintAttribute.cs (4)
32return this._implementation.PresentationLayer; 138var b = this.PresentationLayer ?? String.Empty; 153if (this.UIHint != otherImplementation.UIHint || this.PresentationLayer != otherImplementation.PresentationLayer) {