1 instantiation of VScrollProperties
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
263public VScrollProperties VerticalScroll => _verticalScroll ??= new VScrollProperties(this);
3 references to VScrollProperties
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1716public new VScrollProperties VerticalScroll => base.VerticalScroll;
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
43private VScrollProperties? _verticalScroll; 263public VScrollProperties VerticalScroll => _verticalScroll ??= new VScrollProperties(this);