5 references to ValidateInternal
System.ComponentModel.TypeConverter (5)
System\ComponentModel\LicenseManager.cs (5)
206bool value = ValidateInternal(type, null, false, out License? license); 217bool value = ValidateInternal(type, null, false, out License? license); 228return ValidateInternal(type, instance, false, out license); 343if (!ValidateInternal(type, null, true, out License? lic)) 357if (!ValidateInternal(type, instance, true, out License? lic))