9 writes to CustomFormat
System.Windows.Forms.Tests (8)
System\Windows\Forms\AccessibleObjects\DateTimePicker.DateTimePickerAccessibleObjectTests.cs (1)
355dateTimePicker1.CustomFormat = "'Date&Time' hh:mm dd/MM";
System\Windows\Forms\DateTimePickerTests.cs (7)
340_dateTimePicker.CustomFormat = newCustomFormat; 345_dateTimePicker.CustomFormat = newCustomFormat2; 349_dateTimePicker.CustomFormat = null; 958dateTimePicker.CustomFormat = dateTimeFormat.LongDatePattern; 972dateTimePicker.CustomFormat = dateTimeFormat.ShortDatePattern; 986dateTimePicker.CustomFormat = dateTimeFormat.LongTimePattern; 1000dateTimePicker.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)
59Assert.Null(control.CustomFormat); 333_dateTimePicker.CustomFormat.Should().BeNull(); 341_dateTimePicker.CustomFormat.Should().Be(newCustomFormat); 346_dateTimePicker.CustomFormat.Should().Be(newCustomFormat2); 350_dateTimePicker.CustomFormat.Should().BeNull(); 920Assert.Null(dateTimePicker.CustomFormat); 933Assert.Null(dateTimePicker.CustomFormat); 946Assert.Null(dateTimePicker.CustomFormat);