11 references to dimensions
System.Windows.Forms (11)
winforms\Managed\System\WinForms\MonthCalendar.cs (11)
421return dimensions; 424if (!this.dimensions.Equals(value)) 1490this.dimensions.Height = (nRows < 1) ? 1 : nRows; 1496this.dimensions.Width = (nCols < 1) ? 1 : nCols; 1499minSize.Width = (minSize.Width + INSERT_WIDTH_SIZE) * dimensions.Width - INSERT_WIDTH_SIZE; 1500minSize.Height = (calendarHeight + INSERT_HEIGHT_SIZE) * dimensions.Height - INSERT_HEIGHT_SIZE + todayHeight; 2058if (dimensions.Width != x || dimensions.Height != y) { 2059this.dimensions.Width = x; 2060this.dimensions.Height = y; 2180return !dimensions.Equals(new Size(1, 1));