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)
1443return _validatingType; 1447if (_validatingType != value) 2308if (_validatingType is not null) 2333_validatingType, 2339Formatter.GetDefaultDataSourceNullValue(_validatingType)); 2360TypeValidationEventArgs tve = new(_validatingType, isValidInput, parseRetVal, message);