2 references to _focusableLabel
System.Windows.Forms.Tests (2)
System\Windows\Forms\FocusableLabelTests.cs (2)
10
public void Dispose() =>
_focusableLabel
.Dispose();
13
public void UnderlineWhenFocused_ShouldBeTrue() =>
_focusableLabel
.UnderlineWhenFocused.Should().BeTrue();