1 write to FlatStyle
System.Windows.Forms.Tests (1)
LinkLabelTests.cs (1)
37
_linkLabel.
FlatStyle
= flatStyle;
2 references to FlatStyle
System.Windows.Forms.Tests (2)
LinkLabelTests.cs (2)
28
_linkLabel.
FlatStyle
.Should().Be(FlatStyle.Standard);
39
_linkLabel.
FlatStyle
.Should().Be(flatStyle);