4 writes to _widthErrorMessage
System.Web (4)
UI\WebParts\AppearanceEditorPart.cs (4)
138
_widthErrorMessage
= SR.GetString(SR.EditorPart_PropertyMinValue, MinUnitValue.ToString(CultureInfo.CurrentCulture));
141
_widthErrorMessage
= SR.GetString(SR.EditorPart_PropertyMaxValue, MaxUnitValue.ToString(CultureInfo.CurrentCulture));
148
_widthErrorMessage
= SR.GetString(SR.EditorPart_PropertyMustBeDecimal);
156
_widthErrorMessage
= CreateErrorMessage(e.Message);
3 references to _widthErrorMessage
System.Web (3)
UI\WebParts\AppearanceEditorPart.cs (3)
47
_widthErrorMessage
!= null || _chromeTypeErrorMessage != null ||
151
if (
_widthErrorMessage
== null) {
262
_widthErrorMessage
,