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)
100string heightValueString = _height.Value; 103if (Double.TryParse(_height.Value, NumberStyles.Float | NumberStyles.AllowThousands, 112height = new Unit(heightValue, _height.Type); 207controls.Add(_height); 252_height, 287_height.Unit = webPart.Height; 288_height.Enabled = allowLayoutChange;