6 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; 1220bool horizontal = e.ToolStrip is not null && e.ToolStrip.Orientation == Orientation.Horizontal;