4 references to Custom
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DateTimePicker.cs (4)
477
case DateTimePickerFormat.
Custom
:
517
if (format == DateTimePickerFormat.
Custom
)
635
if (!ClientUtils.IsEnumValid(value, (int)value, (int)DateTimePickerFormat.Long, (int)DateTimePickerFormat.
Custom
, /*maxNumberOfBitsOn*/1))
1157
if (format == DateTimePickerFormat.
Custom
) {