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
);
76
string 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);
118
if (
_rowIndex
== -1
150
=> _monthCalendarAccessibleObject.ShowWeekNumbers &&
_rowIndex
!= -1
157
internal override int GetChildId() => ChildIdIncrement +
_rowIndex
;
181
&& focusedCell.Row ==
_rowIndex
;
195
internal override int Row =>
_rowIndex
;
204
&& focusedCell.Row ==
_rowIndex
)
224
_rowIndex
, -1, GetWeekNumber(CellsAccessibleObjects.First.Value.DateRange.Start));