4 references to GetCustomItemTypes
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
460
newToolStripItemTypes = ToolStripDesignerUtils.
GetCustomItemTypes
(component, component.Site);
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (1)
345
Type[] customTypes =
GetCustomItemTypes
(component, serviceProvider);
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ToolStripDesignerUtilsTests.cs (2)
75
Type[] types = ToolStripDesignerUtils.
GetCustomItemTypes
(_toolStrip, serviceProvider.Object);
98
Type[] types = ToolStripDesignerUtils.
GetCustomItemTypes
(_toolStrip, serviceProvider);