1 write to validatingType
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
1643
this.
validatingType
= value;
6 references to validatingType
System.Windows.Forms (6)
winforms\Managed\System\WinForms\MaskedTextBox.cs (6)
1637
return this.
validatingType
;
1641
if( this.
validatingType
!= value )
2541
if (this.
validatingType
!= null)
2566
this.
validatingType
, // targetType
2572
Formatter.GetDefaultDataSourceNullValue(this.
validatingType
)); // dataSourceNullValue
2597
TypeValidationEventArgs tve = new TypeValidationEventArgs(this.
validatingType
, isValidInput, parseRetVal, message);