2 writes to DTM_SETFORMAT
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2446
DTM_SETFORMAT
= NativeMethods.DTM_SETFORMATA;
2541
DTM_SETFORMAT
= NativeMethods.DTM_SETFORMATW;
2 references to DTM_SETFORMAT
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DateTimePicker.cs (2)
518
SendMessage(NativeMethods.
DTM_SETFORMAT
, 0, customFormat);
1158
SendMessage(NativeMethods.
DTM_SETFORMAT
, 0, customFormat);