3 overrides of SetSavedLicenseKey
System.ComponentModel.TypeConverter (3)
System\ComponentModel\Design\DesigntimeLicenseContext.cs (1)
33
public override void
SetSavedLicenseKey
(Type type, string key)
System\ComponentModel\LicenseManager.LicenseInteropHelper.cs (2)
53
public override void
SetSavedLicenseKey
(Type type, string? key)
73
public override void
SetSavedLicenseKey
(Type type, string key)
1 reference to SetSavedLicenseKey
System.ComponentModel.TypeConverter (1)
System\ComponentModel\LicFileLicenseProvider.cs (1)
99
context!.
SetSavedLicenseKey
(type, lic.LicenseKey);