13 references to _dimensions
System.Windows.Forms (13)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (13)
271
get =>
_dimensions
;
274
if (
_dimensions
.Equals(value))
1213
_dimensions
.Height = 1;
1218
_dimensions
.Height = (nRows < 1) ? 1 : nRows;
1226
_dimensions
.Width = 1;
1231
_dimensions
.Width = (nCols < 1) ? 1 : nCols;
1235
minSize.Width = (minSize.Width + InsertWidthSize) *
_dimensions
.Width - InsertWidthSize;
1236
minSize.Height = (calendarHeight + InsertHeightSize) *
_dimensions
.Height - InsertHeightSize + todayHeight;
1786
if (
_dimensions
.Width != x ||
_dimensions
.Height != y)
1788
_dimensions
.Width = x;
1789
_dimensions
.Height = y;
1905
=> !
_dimensions
.Equals(new Size(1, 1));