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)
1294Assert.Null(e.ToolStrip); 1303Assert.Null(e.ToolStrip); 1316Assert.Null(e.ToolStrip); 1385Assert.Null(e.ToolStrip); 1394Assert.Null(e.ToolStrip); 1407Assert.Null(e.ToolStrip);
System\Windows\Forms\ToolStripItemRenderEventArgsTests.cs (1)
50Assert.Equal(expectedToolStrip, e.ToolStrip);
System\Windows\Forms\ToolStripSeparatorTests.cs (2)
1240Assert.Same(parent, e.ToolStrip); 1311Assert.Same(parent, e.ToolStrip);