6 references to NotSet
System.Web (6)
UI\WebControls\Panel.cs (3)
98DefaultValue(ContentDirection.NotSet), 105return ContentDirection.NotSet; 112return direction == null ? ContentDirection.NotSet : (ContentDirection) direction;
UI\WebControls\PanelStyle.cs (2)
87return ContentDirection.NotSet; 90if (value < ContentDirection.NotSet || value > ContentDirection.RightToLeft) {
UI\WebParts\AppearanceEditorPart.cs (1)
199directionConverter.ConvertToString(ContentDirection.NotSet)));