6 implementations of CanHorizontallyScroll
PresentationFramework (6)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
535public bool CanHorizontallyScroll
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
624bool IScrollInfo.CanHorizontallyScroll
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
267bool IScrollInfo.CanHorizontallyScroll
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
230public bool CanHorizontallyScroll
src\Framework\System\Windows\Controls\Stack.cs (1)
356public bool CanHorizontallyScroll
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
1773public bool CanHorizontallyScroll
2 writes to CanHorizontallyScroll
PresentationFramework (2)
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
1212isi.CanHorizontallyScroll = !hDisableScroll; 1437_scrollInfo.CanHorizontallyScroll = (HorizontalScrollBarVisibility != ScrollBarVisibility.Disabled);
4 references to CanHorizontallyScroll
PresentationFramework (4)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
622/// <see cref="IScrollInfo.CanHorizontallyScroll"/>
src\Framework\MS\Internal\Documents\ScrollData.cs (1)
278/// <see cref="IScrollInfo.CanHorizontallyScroll"/>
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
265/// <see cref="IScrollInfo.CanHorizontallyScroll"/>
src\Framework\System\Windows\Controls\TextAdaptor.cs (1)
263if (isi.CanHorizontallyScroll)