1 write to _toolStripStatusLabel
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripStatusLabelTests.cs (1)
15_toolStripStatusLabel = new();
11 references to _toolStripStatusLabel
System.Windows.Forms.Tests (11)
System\Windows\Forms\ToolStripStatusLabelTests.cs (11)
20_toolStripStatusLabel.Dispose(); 88_toolStripStatusLabel.Alignment = alignment; 89_toolStripStatusLabel.Alignment.Should().Be(alignment); 97_toolStripStatusLabel.BorderStyle = borderStyle; 98_toolStripStatusLabel.BorderStyle.Should().Be(borderStyle); 107_toolStripStatusLabel.BorderSides = borderSides; 108_toolStripStatusLabel.BorderSides.Should().Be(borderSides); 115_toolStripStatusLabel.Spring = spring; 116_toolStripStatusLabel.Spring.Should().Be(spring); 125_toolStripStatusLabel.LiveSetting = liveSetting; 126_toolStripStatusLabel.LiveSetting.Should().Be(liveSetting);