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