3 writes to _zoneIndexErrorMessage
System.Web (3)
UI\WebParts\LayoutEditorPart.cs (3)
114
_zoneIndexErrorMessage
= SR.GetString(SR.EditorPart_PropertyMinValue, MinZoneIndex.ToString(CultureInfo.CurrentCulture));
118
_zoneIndexErrorMessage
= SR.GetString(SR.EditorPart_PropertyMustBeInteger);
137
_zoneIndexErrorMessage
= CreateErrorMessage(e.Message);
3 references to _zoneIndexErrorMessage
System.Web (3)
UI\WebParts\LayoutEditorPart.cs (3)
78
return (_chromeStateErrorMessage != null ||
_zoneIndexErrorMessage
!= null);
129
if (
_zoneIndexErrorMessage
== null && oldZone.AllowLayoutChange && newZone.AllowLayoutChange &&
220
_zoneIndexErrorMessage
,