1 write to Padding
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
341set => base.Padding = value;
2 references to Padding
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
340get => base.Padding;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
774return new Size(width, height) + Padding.Size;