1 write to _canHorizontallyScroll
PresentationFramework (1)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
221_scrollData._canHorizontallyScroll = value;
3 references to _canHorizontallyScroll
PresentationFramework (3)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (3)
216get { return (IsScrollClient) ? EnsureScrollData()._canHorizontallyScroll : false; } 219if (IsScrollClient && (EnsureScrollData()._canHorizontallyScroll != value)) 422if (_scrollData._canHorizontallyScroll) { childConstraint.Width = Double.PositiveInfinity; }