8 references to GetPadding
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (1)
3749get { return CommonProperties.GetPadding(this, DefaultPadding); }
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
1513get => CommonProperties.GetPadding(this, DefaultPadding);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
211get { return CommonProperties.GetPadding(this, DefaultPadding); }
System\Windows\Forms\Layout\ArrangedElement.cs (1)
83get { 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 255Debug.Assert(value != GetPadding(element, new Padding(-7105)), 261Debug.Assert(GetPadding(element, new Padding(-7105)) == value, "Error detected setting Padding.");
System\Windows\Forms\Layout\DefaultLayout.cs (1)
674containerPadding = CommonProperties.GetPadding(container, Padding.Empty);