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)
1445return _validatingType; 1449if (_validatingType != value) 2310if (_validatingType is not null) 2335_validatingType, 2341Formatter.GetDefaultDataSourceNullValue(_validatingType)); 2362TypeValidationEventArgs tve = new(_validatingType, isValidInput, parseRetVal, message);