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