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