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