7 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)]!;
2 references to IntegralHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
599if (IntegralHeight)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListBoxDesigner.cs (1)
105IntegralHeight = listBox.IntegralHeight;