2 writes to CanVerticallyScroll
PresentationFramework (2)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
616_scrollData.CanVerticallyScroll = value;
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
259_scrollData.CanVerticallyScroll = value;
4 references to CanVerticallyScroll
PresentationFramework (4)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
610return (_scrollData != null) ? _scrollData.CanVerticallyScroll : false;
src\Framework\MS\Internal\Documents\ScrollData.cs (2)
155if (!this.CanVerticallyScroll) 213if (this.CanVerticallyScroll)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
253return (_scrollData != null) ? _scrollData.CanVerticallyScroll : false;