1 instantiation of ToolStripNumericUpDownControl
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripNumericUpDown.cs (1)
18private static ToolStripNumericUpDownControl CreateControlInstance() => new();
3 references to ToolStripNumericUpDownControl
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripNumericUpDown.cs (3)
8private readonly ToolStripNumericUpDownControl _numericUpDownControl; 12_numericUpDownControl = (ToolStripNumericUpDownControl)Control; 18private static ToolStripNumericUpDownControl CreateControlInstance() => new();