1 write to _validatingType
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1451
_validatingType
= value;
6 references to _validatingType
System.Windows.Forms (6)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (6)
1445
return
_validatingType
;
1449
if (
_validatingType
!= value)
2321
if (
_validatingType
is not null)
2346
_validatingType
,
2352
Formatter.GetDefaultDataSourceNullValue(
_validatingType
));
2373
TypeValidationEventArgs tve = new(
_validatingType
, isValidInput, parseRetVal, message);