1 instantiation of StickyLabel
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.cs (1)
45private static StickyLabel CreateControlInstance(bool up) => new(up)
6 references to StickyLabel
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.cs (4)
30if (Control is StickyLabel stickyLabel) 45private static StickyLabel CreateControlInstance(bool up) => new(up) 60internal StickyLabel Label => (StickyLabel)Control;
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.StickyLabelAccessibleObject.cs (2)
13private readonly StickyLabel _owner; 15public StickyLabelAccessibleObject(StickyLabel owner) : base(owner)