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)
78return (_chromeStateErrorMessage != null || _zoneIndexErrorMessage != null); 129if (_zoneIndexErrorMessage == null && oldZone.AllowLayoutChange && newZone.AllowLayoutChange && 220_zoneIndexErrorMessage,