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