1 write to Padding
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
488set { base.Padding = value;}
2 references to Padding
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
487get { return base.Padding; }
winforms\Managed\System\WinForms\ListBox.cs (1)
785return new Size(width, height) + Padding.Size;