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)
404
if (item is ToolStripStatusLabel panel && panel.
Spring
)
477
bool spring = (DisplayedItems[i] is ToolStripStatusLabel panel && panel.
Spring
);
524
bool 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);