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