1 write to _toolStripStatusLabel
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripStatusLabelTests.cs (1)
17_toolStripStatusLabel = new();
11 references to _toolStripStatusLabel
System.Windows.Forms.Tests (11)
System\Windows\Forms\ToolStripStatusLabelTests.cs (11)
22_toolStripStatusLabel.Dispose(); 90_toolStripStatusLabel.Alignment = alignment; 91_toolStripStatusLabel.Alignment.Should().Be(alignment); 99_toolStripStatusLabel.BorderStyle = borderStyle; 100_toolStripStatusLabel.BorderStyle.Should().Be(borderStyle); 109_toolStripStatusLabel.BorderSides = borderSides; 110_toolStripStatusLabel.BorderSides.Should().Be(borderSides); 117_toolStripStatusLabel.Spring = spring; 118_toolStripStatusLabel.Spring.Should().Be(spring); 127_toolStripStatusLabel.LiveSetting = liveSetting; 128_toolStripStatusLabel.LiveSetting.Should().Be(liveSetting);