1 write to _canVerticallyScroll
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
528
set {
_canVerticallyScroll
= value; }
4 references to _canVerticallyScroll
PresentationFramework (4)
MS\Internal\Documents\DocumentGrid.cs (4)
119
if (
_canVerticallyScroll
)
130
if (
_canVerticallyScroll
)
527
get { return
_canVerticallyScroll
; }
3102
get { return
_canVerticallyScroll
&& SystemParameters.WheelScrollLines > 0; }