1 write to _canVerticallyScroll
PresentationFramework (1)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
547
set {
_canVerticallyScroll
= value; }
4 references to _canVerticallyScroll
PresentationFramework (4)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (4)
126
if (
_canVerticallyScroll
)
137
if (
_canVerticallyScroll
)
546
get { return
_canVerticallyScroll
; }
3154
get { return
_canVerticallyScroll
&& SystemParameters.WheelScrollLines > 0; }