8 references to GetDisplayRange
System.Windows.Forms (4)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (3)
1088
SelectionRange range =
GetDisplayRange
(visible: false);
1813
SelectionRange displayRange =
GetDisplayRange
(false);
1978
SelectionRange newRange =
GetDisplayRange
(false);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (1)
379
? owner.
GetDisplayRange
(visible)
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\MonthCalendar.MonthCalendarAccessibleObjectTests.cs (1)
198
SelectionRange expected = monthCalendar.
GetDisplayRange
(visible);
System\Windows\Forms\MonthCalendarTests.cs (1)
4195
SelectionRange displayRange = calendar.
GetDisplayRange
(visible: false);
System.Windows.Forms.UI.IntegrationTests (2)
MonthCalendarTests.cs (2)
137
Assert.Equal(new DateTime(givenYear, givenMonth, 1), calendar.
GetDisplayRange
(visible: true).Start);
157
Assert.Equal(expectedDate, calendar.
GetDisplayRange
(visible: true).Start);