2 writes to Spring
DemoConsole (1)
MainForm.cs (1)
322toolStripStatusLabel1.Spring = true;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripStatusLabelTests.cs (1)
115_toolStripStatusLabel.Spring = spring;
4 references to Spring
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (3)
413if (item is ToolStripStatusLabel panel && panel.Spring) 486bool spring = (DisplayedItems[i] is ToolStripStatusLabel panel && panel.Spring); 533bool spring = (DisplayedItems[i] is ToolStripStatusLabel panel && panel.Spring);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripStatusLabelTests.cs (1)
116_toolStripStatusLabel.Spring.Should().Be(spring);