1 write to _validatingType
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1449
_validatingType
= value;
6 references to _validatingType
System.Windows.Forms (6)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (6)
1443
return
_validatingType
;
1447
if (
_validatingType
!= value)
2308
if (
_validatingType
is not null)
2333
_validatingType
,
2339
Formatter.GetDefaultDataSourceNullValue(
_validatingType
));
2360
TypeValidationEventArgs tve = new(
_validatingType
, isValidInput, parseRetVal, message);