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