6 instantiations of SelectionRange
System.Windows.Forms (6)
winforms\Managed\System\WinForms\MonthCalendar.cs (2)
892
return new
SelectionRange
(SelectionStart, SelectionEnd);
1524
SelectionRange range = new
SelectionRange
();
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"],
10 references to SelectionRange
System.Windows.Forms (10)
winforms\Managed\System\WinForms\MonthCalendar.cs (5)
890
public
SelectionRange
SelectionRange {
1332
SelectionRange
range = GetDisplayRange(false);
1406
public
SelectionRange
GetDisplayRange(bool visible) {
1522
private
SelectionRange
GetMonthRange(int flag) {
1524
SelectionRange
range = new SelectionRange();
winforms\Managed\System\WinForms\SelectionRange.cs (1)
72
public SelectionRange(
SelectionRange
range) {
winforms\Managed\System\WinForms\SelectionRangeConverter.cs (4)
108
SelectionRange
range = value as
SelectionRange
;
129
ConstructorInfo ctor = typeof(
SelectionRange
).GetConstructor(new Type[] {
177
PropertyDescriptorCollection props = TypeDescriptor.GetProperties(typeof(
SelectionRange
), attributes);