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 || 151if (_widthErrorMessage == null) { 262_widthErrorMessage,