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