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)
92listBox.IntegralHeight = false;
System.Windows.Forms.Tests (13)
System\Windows\Forms\ListBoxTests.cs (13)
193IntegralHeight = integralHeight 1057IntegralHeight = integralHeight, 1081IntegralHeight = integralHeight 1117IntegralHeight = integralHeight 1163IntegralHeight = integralHeight 1645IntegralHeight = value 1652control.IntegralHeight = value; 1658control.IntegralHeight = !value; 1678control.IntegralHeight = value; 1687control.IntegralHeight = value; 1696control.IntegralHeight = !value; 1725IntegralHeight = integralHeight, 1762IntegralHeight = 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)
21listBox.IntegralHeight.Should().Be(value); 50listBox.IntegralHeight.Should().BeTrue(); 78listBox.IntegralHeight.Should().Be(expected); 90listBox.IntegralHeight.Should().BeTrue(); 101listBox.IntegralHeight.Should().Be(expected); 114listBox.IntegralHeight.Should().Be(designer.IntegralHeight);
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListBoxTests.cs (7)
85Assert.True(control.IntegralHeight); 1647Assert.Equal(value, control.IntegralHeight); 1653Assert.Equal(value, control.IntegralHeight); 1659Assert.Equal(!value, control.IntegralHeight); 1679Assert.Equal(value, control.IntegralHeight); 1688Assert.Equal(value, control.IntegralHeight); 1697Assert.Equal(!value, control.IntegralHeight);