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