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