2 instantiations of UnitInput
System.Web (2)
UI\WebParts\AppearanceEditorPart.cs (2)
206
_height = new
UnitInput
();
209
_width = new
UnitInput
();
2 references to UnitInput
System.Web (2)
UI\WebParts\AppearanceEditorPart.cs (2)
21
private
UnitInput
_height;
22
private
UnitInput
_width;