1 write to _validatingType
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1447
_validatingType
= value;
6 references to _validatingType
System.Windows.Forms (6)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (6)
1441
return
_validatingType
;
1445
if (
_validatingType
!= value)
2304
if (
_validatingType
is not null)
2329
_validatingType
,
2335
Formatter.GetDefaultDataSourceNullValue(
_validatingType
));
2356
TypeValidationEventArgs tve = new(
_validatingType
, isValidInput, parseRetVal, message);