1 write to _customFormat
System.Windows.Forms (1)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
439
_customFormat
= value;
5 references to _customFormat
System.Windows.Forms (5)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (5)
433
get =>
_customFormat
;
436
if ((value is not null && !value.Equals(
_customFormat
)) ||
437
(value is null &&
_customFormat
is not null))
445
PInvokeCore.SendMessage(this, PInvoke.DTM_SETFORMATW, 0,
_customFormat
);
986
PInvokeCore.SendMessage(this, PInvoke.DTM_SETFORMATW, 0,
_customFormat
);