21 writes to IntegralHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewListBox.cs (1)
17IntegralHeight = false;
System.Windows.Forms.Design (6)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
54IntegralHeight = false,
System\Drawing\Design\ColorEditor.ColorUI.cs (2)
182IntegralHeight = false, 196IntegralHeight = false,
System\Windows\Forms\Design\ListBoxDesigner.cs (3)
30listBox.IntegralHeight = value; 48listBox.IntegralHeight = false; 58listBox.IntegralHeight = (bool)ShadowProperties[nameof(IntegralHeight)]!;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListBoxDesignerTests.cs (1)
94listBox.IntegralHeight = false;
System.Windows.Forms.Tests (13)
System\Windows\Forms\ListBoxTests.cs (13)
191IntegralHeight = integralHeight 1055IntegralHeight = integralHeight, 1079IntegralHeight = integralHeight 1115IntegralHeight = integralHeight 1161IntegralHeight = integralHeight 1643IntegralHeight = value 1650control.IntegralHeight = value; 1656control.IntegralHeight = !value; 1676control.IntegralHeight = value; 1685control.IntegralHeight = value; 1694control.IntegralHeight = !value; 1723IntegralHeight = integralHeight, 1760IntegralHeight = integralHeight
15 references to IntegralHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
601if (IntegralHeight)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListBoxDesigner.cs (1)
105IntegralHeight = listBox.IntegralHeight;
System.Windows.Forms.Design.Tests (6)
System\Windows\Forms\Design\ListBoxDesignerTests.cs (6)
23listBox.IntegralHeight.Should().Be(value); 52listBox.IntegralHeight.Should().BeTrue(); 80listBox.IntegralHeight.Should().Be(expected); 92listBox.IntegralHeight.Should().BeTrue(); 103listBox.IntegralHeight.Should().Be(expected); 116listBox.IntegralHeight.Should().Be(designer.IntegralHeight);
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListBoxTests.cs (7)
83Assert.True(control.IntegralHeight); 1645Assert.Equal(value, control.IntegralHeight); 1651Assert.Equal(value, control.IntegralHeight); 1657Assert.Equal(!value, control.IntegralHeight); 1677Assert.Equal(value, control.IntegralHeight); 1686Assert.Equal(value, control.IntegralHeight); 1695Assert.Equal(!value, control.IntegralHeight);