9 implementations of CanVerticallyScroll
PresentationFramework (6)
MS\Internal\Documents\DocumentGrid.cs (1)
518
public bool
CanVerticallyScroll
MS\Internal\Documents\FlowDocumentView.cs (1)
599
bool IScrollInfo.
CanVerticallyScroll
MS\Internal\Documents\TextBoxView.cs (1)
245
bool IScrollInfo.
CanVerticallyScroll
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
231
public bool
CanVerticallyScroll
System\Windows\Controls\Stack.cs (1)
367
public bool
CanVerticallyScroll
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1840
public bool
CanVerticallyScroll
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
883
public bool
CanVerticallyScroll
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
1020
public bool
CanVerticallyScroll
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
257
public bool
CanVerticallyScroll
2 writes to CanVerticallyScroll
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
1178
isi.
CanVerticallyScroll
= !vDisableScroll;
1402
_scrollInfo.
CanVerticallyScroll
= (VerticalScrollBarVisibility != ScrollBarVisibility.Disabled);
4 references to CanVerticallyScroll
PresentationFramework (4)
MS\Internal\Documents\FlowDocumentView.cs (1)
597
/// <see cref="IScrollInfo.
CanVerticallyScroll
"/>
MS\Internal\Documents\ScrollData.cs (1)
258
/// <see cref="IScrollInfo.
CanVerticallyScroll
"/>
MS\Internal\Documents\TextBoxView.cs (1)
243
/// <see cref="IScrollInfo.
CanVerticallyScroll
"/>
System\Windows\Controls\TextAdaptor.cs (1)
256
if (isi.
CanVerticallyScroll
)