3 references to Padding
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
3758
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Padding
))
3768
LayoutTransaction.DoLayout(this, this, PropertyNames.
Padding
);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
1519
InvalidateItemLayout(PropertyNames.
Padding
);