1 write to _height
System.Web (1)
UI\WebParts\AppearanceEditorPart.cs (1)
206
_height
= new UnitInput();
7 references to _height
System.Web (7)
UI\WebParts\AppearanceEditorPart.cs (7)
100
string heightValueString =
_height
.Value;
103
if (Double.TryParse(
_height
.Value, NumberStyles.Float | NumberStyles.AllowThousands,
112
height = new Unit(heightValue,
_height
.Type);
207
controls.Add(
_height
);
252
_height
,
287
_height
.Unit = webPart.Height;
288
_height
.Enabled = allowLayoutChange;