3 references to RightToLeft
System.Web (3)
UI\WebControls\Panel.cs (1)
282
else if (Direction == ContentDirection.
RightToLeft
) {
UI\WebControls\PanelStyle.cs (1)
90
if (value < ContentDirection.NotSet || value > ContentDirection.
RightToLeft
) {
UI\WebParts\AppearanceEditorPart.cs (1)
203
directionConverter.ConvertToString(ContentDirection.
RightToLeft
)));