1 write to Spring
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripStatusLabelTests.cs (1)
117_toolStripStatusLabel.Spring = spring;
4 references to Spring
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (3)
404if (item is ToolStripStatusLabel panel && panel.Spring) 477bool spring = (DisplayedItems[i] is ToolStripStatusLabel panel && panel.Spring); 524bool spring = (DisplayedItems[i] is ToolStripStatusLabel panel && panel.Spring);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripStatusLabelTests.cs (1)
118_toolStripStatusLabel.Spring.Should().Be(spring);