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)
243
get { return (IsScrollClient) ? EnsureScrollData().
_canVerticallyScroll
: false; }
246
if (IsScrollClient && (EnsureScrollData().
_canVerticallyScroll
!= value))
433
if (_scrollData.
_canVerticallyScroll
) { childConstraint.Height = Double.PositiveInfinity; }