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