1 type derived from FocusableLabel
System.Windows.Forms.Tests (1)
System\Windows\Forms\FocusableLabelTests.cs (1)
33
private class SubFocusableLabel :
FocusableLabel
4 instantiations of FocusableLabel
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
35
_messageLabel = new
FocusableLabel
()
System.Windows.Forms.Tests (3)
System\Windows\Forms\FocusableLabelTests.cs (3)
8
private readonly FocusableLabel _focusableLabel =
new
();
18
using FocusableLabel label =
new
();
41
using FocusableLabel label =
new
();
4 references to FocusableLabel
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
12
internal
FocusableLabel
_messageLabel;
System.Windows.Forms.Tests (3)
System\Windows\Forms\FocusableLabelTests.cs (3)
8
private readonly
FocusableLabel
_focusableLabel = new();
18
using
FocusableLabel
label = new();
41
using
FocusableLabel
label = new();