1 override of ApplyResources
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.SerializationResourceManager.cs (1)
190
public override void
ApplyResources
(object value, string objectName, CultureInfo? culture)
11 references to ApplyResources
Microsoft.VisualBasic.Forms (9)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (5)
46
resources.
ApplyResources
(OKButton, "OKButton", CultureInfo.CurrentUICulture)
52
resources.
ApplyResources
(MyCancelButton, "MyCancelButton", CultureInfo.CurrentUICulture)
57
resources.
ApplyResources
(TextBox, "TextBox", CultureInfo.CurrentUICulture)
62
resources.
ApplyResources
(Label, "Label", CultureInfo.CurrentUICulture)
68
resources.
ApplyResources
(Me, "$this", CultureInfo.CurrentUICulture)
Microsoft\VisualBasic\MyServices\Internal\ProgressDialog.vb (4)
132
resources.
ApplyResources
(LabelInfo, "LabelInfo", CultureInfo.CurrentUICulture)
138
resources.
ApplyResources
(ProgressBarWork, "ProgressBarWork", CultureInfo.CurrentUICulture)
143
resources.
ApplyResources
(ButtonCloseDialog, "ButtonCloseDialog", CultureInfo.CurrentUICulture)
148
resources.
ApplyResources
(Me, "$this", CultureInfo.CurrentUICulture)
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ComponentResourceManager.cs (1)
56
public void ApplyResources(object value, string objectName) =>
ApplyResources
(value, objectName, null);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.SerializationResourceManager.cs (1)
198
base.
ApplyResources
(value, objectName, culture);