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