2 writes to IntegralHeight
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripComboBoxTests.cs (2)
71
_toolStripComboBox.
IntegralHeight
= false;
74
_toolStripComboBox.
IntegralHeight
= true;
3 references to IntegralHeight
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripComboBoxTests.cs (3)
69
_toolStripComboBox.
IntegralHeight
.Should().BeTrue();
72
_toolStripComboBox.
IntegralHeight
.Should().BeFalse();
75
_toolStripComboBox.
IntegralHeight
.Should().BeTrue();