11 references to GetMargin
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ArrangedElement.cs (1)
74
get { return CommonProperties.
GetMargin
(this); }
winforms\Managed\System\WinForms\Control.cs (1)
3262
get { return CommonProperties.
GetMargin
(this); }
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (2)
192
Debug.Assert(value !=
GetMargin
(element), "PERF: Caller should guard against setting Margin to original value.");
196
Debug.Assert(
GetMargin
(element) == value, "Error detected setting Margin.");
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (1)
830
Padding margin = CommonProperties.
GetMargin
(element);
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
577
get { return CommonProperties.
GetMargin
(Element); }
winforms\Managed\System\WinForms\Layout\TableLayout.cs (3)
740
Padding margin = CommonProperties.
GetMargin
(element);
845
Padding margin = CommonProperties.
GetMargin
(element);
1219
Padding elementMargin = CommonProperties.
GetMargin
(element);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
1519
get { return CommonProperties.
GetMargin
(this); }
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
211
get { return CommonProperties.
GetMargin
(this); }