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