1 type derived from ComponentResourceManager
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.SerializationResourceManager.cs (1)
23internal class SerializationResourceManager : ComponentResourceManager
29 instantiations of ComponentResourceManager
Accessibility_Core_App (4)
DataControls.Designer.cs (1)
32System.ComponentModel.ComponentResourceManager resources = new(typeof(DataControls));
Menu_Toolbars_controls.Designer.cs (1)
35System.ComponentModel.ComponentResourceManager resources = new(typeof(Menu_Toolbars_controls));
PrintingControls.Designer.cs (1)
31System.ComponentModel.ComponentResourceManager resources = new(typeof(PrintingControls));
ToolStripContainer.Designer.cs (1)
32System.ComponentModel.ComponentResourceManager resources = new(typeof(ToolStripContainer));
DesignSurface (1)
MainForm.Designer.cs (1)
33System.ComponentModel.ComponentResourceManager resources = new(typeof(MainForm));
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
36Dim resources As New ComponentResourceManager(GetType(VBInputBox))
System.Windows.Forms (2)
System\Windows\Forms\MDI\MDIWindowDialog.cs (1)
91System.ComponentModel.ComponentResourceManager resources = new(typeof(MdiWindowDialog));
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
758ComponentResourceManager resources = new(typeof(PrintPreviewDialog));
System.Windows.Forms.Design (14)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (1)
151ComponentResourceManager resources = new(typeof(BinaryEditor));
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
406ComponentResourceManager resources = new(typeof(CollectionEditor));
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (1)
78ComponentResourceManager resources = new(typeof(BorderSidesEditor));
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
261ComponentResourceManager resources = new(typeof(DataGridViewAddColumnDialog));
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
115ComponentResourceManager resources = new(typeof(DataGridViewCellStyleBuilder));
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
473ComponentResourceManager resources = new(typeof(DataGridViewColumnCollectionDialog));
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
33System.ComponentModel.ComponentResourceManager resources = new(typeof(FormatControl));
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (1)
51ComponentResourceManager resources = new(typeof(LinkAreaEditor));
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
122ComponentResourceManager resources = new(typeof(MaskDesignerDialog));
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (2)
118ComponentResourceManager resources = new(typeof(ShortcutKeysEditor)); 230ComponentResourceManager resources = new(typeof(ShortcutKeysEditor));
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
76ComponentResourceManager resources = new(typeof(StringCollectionEditor));
System\Windows\Forms\Design\StyleEditorForm.cs (1)
153ComponentResourceManager resources = new(typeof(StyleCollectionEditor));
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
208ComponentResourceManager resources = new ComponentResourceManager(typeof(TreeNodeCollectionEditor));
TrimTestBinaryDeserialization (1)
Form1.Designer.cs (1)
32System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
WinFormsControlsTest (6)
Dialogs.Designer.cs (1)
34this.resources = new System.ComponentModel.ComponentResourceManager(typeof(Dialogs));
ListViewTest.Designer.cs (1)
35System.ComponentModel.ComponentResourceManager resources = new(typeof(ListViewTest));
MediaPlayer.Designer.cs (1)
36System.ComponentModel.ComponentResourceManager resources = new(typeof(MediaPlayer));
MessageBoxes.Designer.cs (1)
34this.resources = new System.ComponentModel.ComponentResourceManager(typeof(Dialogs));
Panels.Designer.cs (1)
34System.ComponentModel.ComponentResourceManager resources = new(typeof(Panels));
TreeViewTest.Designer.cs (1)
35System.ComponentModel.ComponentResourceManager resources = new(typeof(TreeViewTest));
32 references to ComponentResourceManager
Accessibility_Core_App (4)
DataControls.Designer.cs (1)
32System.ComponentModel.ComponentResourceManager resources = new(typeof(DataControls));
Menu_Toolbars_controls.Designer.cs (1)
35System.ComponentModel.ComponentResourceManager resources = new(typeof(Menu_Toolbars_controls));
PrintingControls.Designer.cs (1)
31System.ComponentModel.ComponentResourceManager resources = new(typeof(PrintingControls));
ToolStripContainer.Designer.cs (1)
32System.ComponentModel.ComponentResourceManager resources = new(typeof(ToolStripContainer));
DesignSurface (1)
MainForm.Designer.cs (1)
33System.ComponentModel.ComponentResourceManager resources = new(typeof(MainForm));
netstandard (1)
netstandard.cs (1)
205[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ComponentResourceManager))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
191[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ComponentResourceManager))]
System.Windows.Forms (2)
System\Windows\Forms\MDI\MDIWindowDialog.cs (1)
91System.ComponentModel.ComponentResourceManager resources = new(typeof(MdiWindowDialog));
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
758ComponentResourceManager resources = new(typeof(PrintPreviewDialog));
System.Windows.Forms.Design (16)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (1)
151ComponentResourceManager resources = new(typeof(BinaryEditor));
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
406ComponentResourceManager resources = new(typeof(CollectionEditor));
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.cs (2)
298CodeExpression initExpression = new CodeObjectCreateExpression(typeof(ComponentResourceManager), parameters); 299statements.Add(new CodeVariableDeclarationStatement(typeof(ComponentResourceManager), ResourceManagerName, initExpression));
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (1)
78ComponentResourceManager resources = new(typeof(BorderSidesEditor));
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
261ComponentResourceManager resources = new(typeof(DataGridViewAddColumnDialog));
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
115ComponentResourceManager resources = new(typeof(DataGridViewCellStyleBuilder));
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
473ComponentResourceManager resources = new(typeof(DataGridViewColumnCollectionDialog));
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
33System.ComponentModel.ComponentResourceManager resources = new(typeof(FormatControl));
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (1)
51ComponentResourceManager resources = new(typeof(LinkAreaEditor));
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
122ComponentResourceManager resources = new(typeof(MaskDesignerDialog));
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (2)
118ComponentResourceManager resources = new(typeof(ShortcutKeysEditor)); 230ComponentResourceManager resources = new(typeof(ShortcutKeysEditor));
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
76ComponentResourceManager resources = new(typeof(StringCollectionEditor));
System\Windows\Forms\Design\StyleEditorForm.cs (1)
153ComponentResourceManager resources = new(typeof(StyleCollectionEditor));
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
208ComponentResourceManager resources = new ComponentResourceManager(typeof(TreeNodeCollectionEditor));
TrimTestBinaryDeserialization (1)
Form1.Designer.cs (1)
32System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
WinFormsControlsTest (6)
Dialogs.Designer.cs (1)
173private System.ComponentModel.ComponentResourceManager resources;
ListViewTest.Designer.cs (1)
35System.ComponentModel.ComponentResourceManager resources = new(typeof(ListViewTest));
MediaPlayer.Designer.cs (1)
36System.ComponentModel.ComponentResourceManager resources = new(typeof(MediaPlayer));
MessageBoxes.Designer.cs (1)
64private System.ComponentModel.ComponentResourceManager resources;
Panels.Designer.cs (1)
34System.ComponentModel.ComponentResourceManager resources = new(typeof(Panels));
TreeViewTest.Designer.cs (1)
35System.ComponentModel.ComponentResourceManager resources = new(typeof(TreeViewTest));