4 references to ClampNegativePaddingToZero
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ArrangedElement.cs (2)
78
value = LayoutUtils.
ClampNegativePaddingToZero
(value);
88
value = LayoutUtils.
ClampNegativePaddingToZero
(value);
winforms\Managed\System\WinForms\Control.cs (1)
3267
value = LayoutUtils.
ClampNegativePaddingToZero
(value);
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (1)
252
value = LayoutUtils.
ClampNegativePaddingToZero
(value);