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