2 writes to CanHorizontallyScroll
PresentationFramework (2)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
634_scrollData.CanHorizontallyScroll = value;
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
277_scrollData.CanHorizontallyScroll = value;
4 references to CanHorizontallyScroll
PresentationFramework (4)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
628return (_scrollData != null) ? _scrollData.CanHorizontallyScroll : false;
src\Framework\MS\Internal\Documents\ScrollData.cs (2)
133if (!this.CanHorizontallyScroll) 204if (this.CanHorizontallyScroll)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
271return (_scrollData != null) ? _scrollData.CanHorizontallyScroll : false;