1 write to IntegralHeight
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListBoxDesigner.cs (1)
105IntegralHeight = listBox.IntegralHeight;
5 references to IntegralHeight
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ListBoxDesigner.cs (5)
20get => (bool)ShadowProperties[nameof(IntegralHeight)]!; 23ShadowProperties[nameof(IntegralHeight)] = value; 58listBox.IntegralHeight = (bool)ShadowProperties[nameof(IntegralHeight)]!; 65if (properties[nameof(IntegralHeight)] is PropertyDescriptor integralHeightProp) 67properties[nameof(IntegralHeight)] = TypeDescriptor.CreateProperty(typeof(ListBoxDesigner), integralHeightProp, []);