15 references to ToolStrip
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (6)
145if (e.ToolStrip is not null) 147ScaleObjectSizesIfNeeded(e.ToolStrip.DeviceDpi); 163bool horizontal = e.ToolStrip is not null && e.ToolStrip.Orientation == Orientation.Horizontal; 1221bool horizontal = e.ToolStrip is not null && e.ToolStrip.Orientation == Orientation.Horizontal;
System.Windows.Forms.Tests (9)
System\Windows\Forms\ToolStripButtonTests.cs (6)
1292Assert.Null(e.ToolStrip); 1301Assert.Null(e.ToolStrip); 1314Assert.Null(e.ToolStrip); 1383Assert.Null(e.ToolStrip); 1392Assert.Null(e.ToolStrip); 1405Assert.Null(e.ToolStrip);
System\Windows\Forms\ToolStripItemRenderEventArgsTests.cs (1)
48Assert.Equal(expectedToolStrip, e.ToolStrip);
System\Windows\Forms\ToolStripSeparatorTests.cs (2)
1238Assert.Same(parent, e.ToolStrip); 1309Assert.Same(parent, e.ToolStrip);