9 references to _formatControl
System.Windows.Forms.Design.Tests (9)
System\Windows\Forms\Design\FormatControlTests.cs (9)
10public void Dispose() => _formatControl.Dispose(); 15_formatControl.Should().NotBeNull(); 16_formatControl.Should().BeOfType<FormatControl>(); 17_formatControl.Should().BeAssignableTo<Control>(); 18_formatControl.Dirty.Should().BeFalse(); 19_formatControl.FormatType.Should().BeEmpty(); 20_formatControl.NullValue.Should().BeNull(); 26_formatControl.Invoking(f => f.NullValueTextBoxEnabled = false).Should().NotThrow(); 43public void ResetFormattingInfo_ShouldNotThrow() => _formatControl.Invoking(f => f.ResetFormattingInfo()).Should().NotThrow();