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