6 implementations of CanVerticallyScroll
PresentationFramework (6)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
544
public bool
CanVerticallyScroll
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
606
bool IScrollInfo.
CanVerticallyScroll
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
249
bool IScrollInfo.
CanVerticallyScroll
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
247
public bool
CanVerticallyScroll
src\Framework\System\Windows\Controls\Stack.cs (1)
379
public bool
CanVerticallyScroll
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
1796
public bool
CanVerticallyScroll
2 writes to CanVerticallyScroll
PresentationFramework (2)
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
1213
isi.
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)
267
if (isi.
CanVerticallyScroll
)