2 references to MaxIndent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
766
if (value >
MaxIndent
) {
767
throw new ArgumentOutOfRangeException("Indent", SR.GetString(SR.InvalidHighBoundArgumentEx, "Indent", (value).ToString(CultureInfo.CurrentCulture), (
MaxIndent
).ToString(CultureInfo.CurrentCulture)));