3 references to Padding
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (2)
4778
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Padding
)) {
4786
LayoutTransaction.DoLayout(this, this, PropertyNames.
Padding
);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
1874
InvalidateItemLayout(PropertyNames.
Padding
);