1 write to _columnIndex
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarCellAccessibleObject.cs (1)
43
_columnIndex
= columnIndex;
6 references to _columnIndex
System.Windows.Forms (6)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarCellAccessibleObject.cs (6)
54
.GetCalendarPartRectangle(MCGRIDINFO_PART.MCGIP_CALENDARCELL, _calendarIndex, _rowIndex,
_columnIndex
);
58
internal override int Column =>
_columnIndex
;
64
.GetCalendarPartDateRange(MCGRIDINFO_PART.MCGIP_CALENDARCELL, _calendarIndex, _rowIndex,
_columnIndex
);
98
=>
_columnIndex
== 0
104
internal override int GetChildId() => ChildIdIncrement +
_columnIndex
;
124
if (cell.Column ==
_columnIndex
)