9 references to Day
System.Windows.Forms (9)
winforms\Managed\System\WinForms\MonthCalendar.cs (9)
100
private const
Day
DEFAULT_FIRST_DAY_OF_WEEK =
Day
.Default;
138
private
Day
firstDayOfWeek = DEFAULT_FIRST_DAY_OF_WEEK;
501
public
Day
FirstDayOfWeek {
508
if (!ClientUtils.IsEnumValid(value, (int)value, (int)
Day
.Monday, (int)
Day
.Default)){
509
throw new InvalidEnumArgumentException("FirstDayOfWeek", (int)value, typeof(
Day
));
515
if (value ==
Day
.Default) {
1647
if (firstDayOfWeek ==
Day
.Default) {