1 write to _canHorizontallyScroll
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
237_scrollData._canHorizontallyScroll = value;
3 references to _canHorizontallyScroll
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (3)
232get { return (IsScrollClient) ? EnsureScrollData()._canHorizontallyScroll : false; } 235if (IsScrollClient && (EnsureScrollData()._canHorizontallyScroll != value)) 438if (_scrollData._canHorizontallyScroll) { childConstraint.Width = Double.PositiveInfinity; }