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