4 references to SetSelectionRange
System.Windows.Forms (4)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (3)
708
set =>
SetSelectionRange
(value.Start, value.End);
1623
private void ResetSelectionRange() =>
SetSelectionRange
(Now, Now);
1799
SetSelectionRange
(date, date);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (1)
554
owner.
SetSelectionRange
(d1, d2);