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