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)
132string widthValueString = _width.Value; 135if (Double.TryParse(_width.Value, NumberStyles.Float| NumberStyles.AllowThousands, 144width = new Unit(widthValue, _width.Type); 210controls.Add(_width); 253_width, 290_width.Unit = webPart.Width; 291_width.Enabled = allowLayoutChange;