1 write to _maxLength
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
652
_maxLength
= value;
4 references to _maxLength
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
644
return
_maxLength
;
650
if (
_maxLength
!= value)
1026
PInvokeCore.SendMessage(this, PInvokeCore.EM_LIMITTEXT, (WPARAM)
_maxLength
);
1997
PInvokeCore.SendMessage(this, PInvokeCore.EM_LIMITTEXT, (WPARAM)
_maxLength
);