2 references to _range
System.Windows.Forms.Tests (2)
System\Windows\Forms\MonthCalendar.SelectionRangeConverterTests.cs (2)
105InstanceDescriptor descriptor = (InstanceDescriptor)_converter.ConvertTo(null, CultureInfo.InvariantCulture, _range, typeof(InstanceDescriptor)); 115Action act = () => _converter.ConvertTo(null, CultureInfo.InvariantCulture, _range, typeof(int));