8 references to GetPadding
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (1)
3749
get { return CommonProperties.
GetPadding
(this, DefaultPadding); }
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
1513
get => CommonProperties.
GetPadding
(this, DefaultPadding);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
211
get { return CommonProperties.
GetPadding
(this, DefaultPadding); }
System\Windows\Forms\Layout\ArrangedElement.cs (1)
83
get { return CommonProperties.
GetPadding
(this, DefaultPadding); }
System\Windows\Forms\Layout\CommonProperties.cs (3)
249
/// See <see cref="
GetPadding
(IArrangedElement, Padding)"/> for more details. NOTE: It is the callers
255
Debug.Assert(value !=
GetPadding
(element, new Padding(-7105)),
261
Debug.Assert(
GetPadding
(element, new Padding(-7105)) == value, "Error detected setting Padding.");
System\Windows\Forms\Layout\DefaultLayout.cs (1)
674
containerPadding = CommonProperties.
GetPadding
(container, Padding.Empty);