1 write to customFormat
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
514customFormat = value;
5 references to customFormat
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DateTimePicker.cs (5)
507return customFormat; 511if ((value != null && !value.Equals(customFormat)) || 512(value == null && customFormat != null)) { 518SendMessage(NativeMethods.DTM_SETFORMAT, 0, customFormat); 1158SendMessage(NativeMethods.DTM_SETFORMAT, 0, customFormat);