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