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