1 write to _width
System.Web (1)
UI\WebParts\AppearanceEditorPart.cs (1)
209
_width
= new UnitInput();
7 references to _width
System.Web (7)
UI\WebParts\AppearanceEditorPart.cs (7)
132
string widthValueString =
_width
.Value;
135
if (Double.TryParse(
_width
.Value, NumberStyles.Float| NumberStyles.AllowThousands,
144
width = new Unit(widthValue,
_width
.Type);
210
controls.Add(
_width
);
253
_width
,
290
_width
.Unit = webPart.Width;
291
_width
.Enabled = allowLayoutChange;