4 references to Padding
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (2)
4038using (new LayoutTransaction(ParentInternal, this, PropertyNames.Padding)) 4048LayoutTransaction.DoLayout(this, this, PropertyNames.Padding);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1940LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Padding);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
1524InvalidateItemLayout(PropertyNames.Padding);