2 overrides of MaxLength
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
881
public override int
MaxLength
winforms\Managed\System\WinForms\RichTextBox.cs (1)
625
public override int
MaxLength
{
4 writes to MaxLength
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (2)
122
this.EditingTextBox.
MaxLength
= value;
542
textBox.
MaxLength
= this.MaxInputLength;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
630
base.
MaxLength
= value;
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
386
set { TextBox.
MaxLength
= value; }
3 references to MaxLength
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
883
get{ return base.
MaxLength
; }
winforms\Managed\System\WinForms\RichTextBox.cs (1)
627
return base.
MaxLength
;
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
385
get { return TextBox.
MaxLength
; }