6 instantiations of VScrollBar
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGrid.cs (1)
256
private ScrollBar vertScrollBar = new
VScrollBar
();
winforms\Managed\System\WinForms\DataGridView.cs (1)
288
private VScrollBar vertScrollBar = new
VScrollBar
();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
570
scrollBar = new
VScrollBar
();
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (1)
1465
this.scrollBar = new
VScrollBar
();
AuthoringOM\Design\WorkflowView.cs (2)
179
EnsureScrollBars(new HScrollBar(), new
VScrollBar
());
671
EnsureScrollBars(this.hScrollBar, new
VScrollBar
());
5 references to VScrollBar
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridView.cs (1)
288
private
VScrollBar
vertScrollBar = new VScrollBar();
System.Workflow.ComponentModel (4)
AuthoringOM\Design\WorkflowView.cs (4)
129
private
VScrollBar
vScrollBar;
573
public
VScrollBar
VScrollBar
644
EnsureScrollBars(this.hScrollBar, this.toolContainer.ScrollBar as
VScrollBar
);
1919
private void EnsureScrollBars(HScrollBar newHorizScrollBar,
VScrollBar
newVertScrollBar)