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