1 write to _rowIndex
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarRowAccessibleObject.cs (1)
38_rowIndex = rowIndex;
12 references to _rowIndex
System.Windows.Forms (12)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarRowAccessibleObject.cs (12)
49=> _monthCalendarAccessibleObject.GetCalendarPartRectangle(MCGRIDINFO_PART.MCGIP_CALENDARROW, _calendarIndex, _rowIndex); 76string name = _monthCalendarAccessibleObject.GetCalendarPartText(MCGRIDINFO_PART.MCGIP_CALENDARCELL, _calendarIndex, _rowIndex, i); 80_rowIndex == -1 81? new CalendarDayOfWeekCellAccessibleObject(this, _calendarBodyAccessibleObject, _monthCalendarAccessibleObject, _calendarIndex, _rowIndex, i, name) 82: new CalendarCellAccessibleObject(this, _calendarBodyAccessibleObject, _monthCalendarAccessibleObject, _calendarIndex, _rowIndex, i); 118if (_rowIndex == -1 150=> _monthCalendarAccessibleObject.ShowWeekNumbers && _rowIndex != -1 157internal override int GetChildId() => ChildIdIncrement + _rowIndex; 181&& focusedCell.Row == _rowIndex; 195internal override int Row => _rowIndex; 204&& focusedCell.Row == _rowIndex) 224_rowIndex, -1, GetWeekNumber(CellsAccessibleObjects.First.Value.DateRange.Start));