2 references to MCGIP_CALENDARROW
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarRowAccessibleObject.cs (1)
49
=> _monthCalendarAccessibleObject.GetCalendarPartRectangle(MCGRIDINFO_PART.
MCGIP_CALENDARROW
, _calendarIndex, _rowIndex);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MonthCalendarTests.cs (1)
4356
Rectangle expected = controlAccessibleObject.GetCalendarPartRectangle(MCGRIDINFO_PART.
MCGIP_CALENDARROW
, 0, 0);