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)
433get => _customFormat; 436if ((value is not null && !value.Equals(_customFormat)) || 437(value is null && _customFormat is not null)) 445PInvokeCore.SendMessage(this, PInvoke.DTM_SETFORMATW, 0, _customFormat); 986PInvokeCore.SendMessage(this, PInvoke.DTM_SETFORMATW, 0, _customFormat);