6 implementations of CanVerticallyScroll
PresentationFramework (6)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
544public bool CanVerticallyScroll
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
606bool IScrollInfo.CanVerticallyScroll
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
249bool IScrollInfo.CanVerticallyScroll
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
247public bool CanVerticallyScroll
src\Framework\System\Windows\Controls\Stack.cs (1)
379public bool CanVerticallyScroll
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
1796public bool CanVerticallyScroll
2 writes to CanVerticallyScroll
PresentationFramework (2)
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
1213isi.CanVerticallyScroll = !vDisableScroll; 1438_scrollInfo.CanVerticallyScroll = (VerticalScrollBarVisibility != ScrollBarVisibility.Disabled);
4 references to CanVerticallyScroll
PresentationFramework (4)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
604/// <see cref="IScrollInfo.CanVerticallyScroll"/>
src\Framework\MS\Internal\Documents\ScrollData.cs (1)
263/// <see cref="IScrollInfo.CanVerticallyScroll"/>
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
247/// <see cref="IScrollInfo.CanVerticallyScroll"/>
src\Framework\System\Windows\Controls\TextAdaptor.cs (1)
267if (isi.CanVerticallyScroll)