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