4 references to SplitterBounds
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
304g.FillRectangle(brush, item.SplitterBounds);
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (2)
571RenderSeparatorInternal(g, splitButton, splitButton.SplitterBounds, true); 588g.FillRectangle(brush, item.SplitterBounds);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripSplitButtonTests.cs (1)
333_toolStripSplitButton.SplitterBounds.Should().Be(Rectangle.Empty);