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);