1 write to _canVerticallyScroll
PresentationFramework (1)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
248_scrollData._canVerticallyScroll = value;
3 references to _canVerticallyScroll
PresentationFramework (3)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (3)
243get { return (IsScrollClient) ? EnsureScrollData()._canVerticallyScroll : false; } 246if (IsScrollClient && (EnsureScrollData()._canVerticallyScroll != value)) 433if (_scrollData._canVerticallyScroll) { childConstraint.Height = Double.PositiveInfinity; }