13 references to _dimensions
System.Windows.Forms (13)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (13)
274
get =>
_dimensions
;
277
if (
_dimensions
.Equals(value))
1212
_dimensions
.Height = 1;
1217
_dimensions
.Height = (nRows < 1) ? 1 : nRows;
1225
_dimensions
.Width = 1;
1230
_dimensions
.Width = (nCols < 1) ? 1 : nCols;
1234
minSize.Width = (minSize.Width + InsertWidthSize) *
_dimensions
.Width - InsertWidthSize;
1235
minSize.Height = (calendarHeight + InsertHeightSize) *
_dimensions
.Height - InsertHeightSize + todayHeight;
1785
if (
_dimensions
.Width != x ||
_dimensions
.Height != y)
1787
_dimensions
.Width = x;
1788
_dimensions
.Height = y;
1904
=> !
_dimensions
.Equals(new Size(1, 1));