6 instantiations of SelectionRange
System.Windows.Forms (6)
winforms\Managed\System\WinForms\MonthCalendar.cs (2)
892return new SelectionRange(SelectionStart, SelectionEnd); 1524SelectionRange range = new SelectionRange();
winforms\Managed\System\WinForms\SelectionRangeConverter.cs (4)
63return new SelectionRange(DateTime.Now.Date, DateTime.Now.Date); 78return new SelectionRange(start, end); 88return new SelectionRange(dt, dt); 148return new SelectionRange((DateTime)propertyValues["Start"],
10 references to SelectionRange
System.Windows.Forms (10)
winforms\Managed\System\WinForms\MonthCalendar.cs (5)
890public SelectionRange SelectionRange { 1332SelectionRange range = GetDisplayRange(false); 1406public SelectionRange GetDisplayRange(bool visible) { 1522private SelectionRange GetMonthRange(int flag) { 1524SelectionRange range = new SelectionRange();
winforms\Managed\System\WinForms\SelectionRange.cs (1)
72public SelectionRange(SelectionRange range) {
winforms\Managed\System\WinForms\SelectionRangeConverter.cs (4)
108SelectionRange range = value as SelectionRange; 129ConstructorInfo ctor = typeof(SelectionRange).GetConstructor(new Type[] { 177PropertyDescriptorCollection props = TypeDescriptor.GetProperties(typeof(SelectionRange), attributes);