1 write to PresentationLayer
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\UIHintAttribute.cs (1)
80PresentationLayer = presentationLayer;
5 references to PresentationLayer
System.ComponentModel.Annotations (5)
System\ComponentModel\DataAnnotations\FilterUIHintAttribute.cs (1)
28public string? PresentationLayer => _implementation.PresentationLayer;
System\ComponentModel\DataAnnotations\UIHintAttribute.cs (4)
59public string? PresentationLayer => _implementation.PresentationLayer; 111var b = PresentationLayer ?? string.Empty; 128PresentationLayer != otherImplementation.PresentationLayer)