1 write to UnderlineWhenFocused
System.Windows.Forms.Tests (1)
System\Windows\Forms\FocusableLabelTests.cs (1)
20label.UnderlineWhenFocused = false;
5 references to UnderlineWhenFocused
System.Windows.Forms (3)
System\Windows\Forms\Controls\Labels\FocusableLabel.cs (3)
32if (UnderlineWhenFocused) 40if (UnderlineWhenFocused) 50if (UnderlineWhenFocused)
System.Windows.Forms.Tests (2)
System\Windows\Forms\FocusableLabelTests.cs (2)
13public void UnderlineWhenFocused_ShouldBeTrue() => _focusableLabel.UnderlineWhenFocused.Should().BeTrue(); 22label.UnderlineWhenFocused.Should().BeFalse();