1 write to _toolStrip
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripDesignerUtilsTests.cs (1)
18
_toolStrip
= new();
9 references to _toolStrip
System.Windows.Forms.Design.Tests (9)
System\Windows\Forms\Design\ToolStripDesignerUtilsTests.cs (9)
24
_toolStrip
.Dispose();
61
Type[] types = ToolStripDesignerUtils.GetStandardItemTypes(
_toolStrip
);
75
Type[] types = ToolStripDesignerUtils.GetCustomItemTypes(
_toolStrip
, serviceProvider.Object);
88
Type[] types = ToolStripDesignerUtils.GetCustomItemTypes(
_toolStrip
, discoveryService.Object);
98
Type[] types = ToolStripDesignerUtils.GetCustomItemTypes(
_toolStrip
, serviceProvider);
108
Type[] types = ToolStripDesignerUtils.GetCustomItemTypes(
_toolStrip
, discoveryService);
119
ToolStripItem[] items = ToolStripDesignerUtils.GetStandardItemMenuItems(
_toolStrip
, onClick, false);
130
ToolStripItem[] items = ToolStripDesignerUtils.GetCustomItemMenuItems(
_toolStrip
, onClick, false, mockServiceProvider.Object);
141
ToolStripDropDown dropDown = ToolStripDesignerUtils.GetNewItemDropDown(
_toolStrip
, _toolStripButton, onClick, false, mockServiceProvider.Object, true);