1 write to _canVerticallyScroll
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
520set { _canVerticallyScroll = value; }
4 references to _canVerticallyScroll
PresentationFramework (4)
MS\Internal\Documents\DocumentGrid.cs (4)
111if (_canVerticallyScroll) 122if (_canVerticallyScroll) 519get { return _canVerticallyScroll; } 3087get { return _canVerticallyScroll && SystemParameters.WheelScrollLines > 0; }