10 references to _columnCount
System.Windows.Forms.Design (10)
System\ComponentModel\Design\ByteViewer.cs (10)
127bool success = ((startLine + line) * _columnCount).TryFormat(hexChars, out int charCount, "X8", CultureInfo.InvariantCulture); 214if (i == _columnCount / 2 - 1) 247int maxLength = _columnCount * 3 + 1; 259int offset = line * _columnCount; 260int length = offset + _columnCount > _dataBuf.Length ? _dataBuf.Length % _columnCount : _columnCount; 478_linesCount = (_dataBuf.Length + _columnCount - 1) / _columnCount; 680if (line < 0 || line >= _linesCount || line > _dataBuf.Length / _columnCount)