5 references to SelectionRange
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
892
return new
SelectionRange
(SelectionStart, SelectionEnd);
winforms\Managed\System\WinForms\SelectionRangeConverter.cs (4)
63
return new
SelectionRange
(DateTime.Now.Date, DateTime.Now.Date);
78
return new
SelectionRange
(start, end);
88
return new
SelectionRange
(dt, dt);
148
return new
SelectionRange
((DateTime)propertyValues["Start"],