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