1 write to _canVerticallyScroll
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
521
set {
_canVerticallyScroll
= value; }
4 references to _canVerticallyScroll
PresentationFramework (4)
MS\Internal\Documents\DocumentGrid.cs (4)
112
if (
_canVerticallyScroll
)
123
if (
_canVerticallyScroll
)
520
get { return
_canVerticallyScroll
; }
3100
get { return
_canVerticallyScroll
&& SystemParameters.WheelScrollLines > 0; }