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) 2321if (_validatingType is not null) 2346_validatingType, 2352Formatter.GetDefaultDataSourceNullValue(_validatingType)); 2373TypeValidationEventArgs tve = new(_validatingType, isValidInput, parseRetVal, message);