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)
610
return (_scrollData != null) ? _scrollData.
CanVerticallyScroll
: false;
src\Framework\MS\Internal\Documents\ScrollData.cs (2)
155
if (!this.
CanVerticallyScroll
)
213
if (this.
CanVerticallyScroll
)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
253
return (_scrollData != null) ? _scrollData.
CanVerticallyScroll
: false;