9 writes to CustomFormat
System.Windows.Forms.Tests (8)
System\Windows\Forms\AccessibleObjects\DateTimePicker.DateTimePickerAccessibleObjectTests.cs (1)
357dateTimePicker1.CustomFormat = "'Date&Time' hh:mm dd/MM";
System\Windows\Forms\DateTimePickerTests.cs (7)
342_dateTimePicker.CustomFormat = newCustomFormat; 347_dateTimePicker.CustomFormat = newCustomFormat2; 351_dateTimePicker.CustomFormat = null; 960dateTimePicker.CustomFormat = dateTimeFormat.LongDatePattern; 974dateTimePicker.CustomFormat = dateTimeFormat.ShortDatePattern; 988dateTimePicker.CustomFormat = dateTimeFormat.LongTimePattern; 1002dateTimePicker.CustomFormat = dateTimeFormat.ShortTimePattern;
WinFormsControlsTest (1)
DateTimePicker.cs (1)
12dateTimePicker5.CustomFormat = "yyyy-MM-dd HH:mm:ss";
8 references to CustomFormat
System.Windows.Forms.Tests (8)
System\Windows\Forms\DateTimePickerTests.cs (8)
61Assert.Null(control.CustomFormat); 335_dateTimePicker.CustomFormat.Should().BeNull(); 343_dateTimePicker.CustomFormat.Should().Be(newCustomFormat); 348_dateTimePicker.CustomFormat.Should().Be(newCustomFormat2); 352_dateTimePicker.CustomFormat.Should().BeNull(); 922Assert.Null(dateTimePicker.CustomFormat); 935Assert.Null(dateTimePicker.CustomFormat); 948Assert.Null(dateTimePicker.CustomFormat);