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