1 instantiation of StickyLabel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (1)
45
StickyLabel label = new
StickyLabel
();
3 references to StickyLabel
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (3)
45
StickyLabel
label = new StickyLabel();
78
internal
StickyLabel
Label {
80
return Control as
StickyLabel
;