1 write to _maxLength
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
669
_maxLength
= value;
4 references to _maxLength
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
661
get =>
_maxLength
;
667
if (
_maxLength
!= value)
1283
PInvokeCore.SendMessage(this, PInvokeCore.EM_LIMITTEXT, (WPARAM)
_maxLength
);
2401
PInvokeCore.SendMessage(this, PInvokeCore.EM_LIMITTEXT, (WPARAM)
_maxLength
);