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