2 writes to _isDesiredExpansionSet
PresentationCore (2)
Core\CSharp\System\Windows\Input\InertiaExpansionBehavior.cs (2)
62
_isDesiredExpansionSet
= false;
75
_isDesiredExpansionSet
= true;
2 references to _isDesiredExpansionSet
PresentationCore (2)
Core\CSharp\System\Windows\Input\InertiaExpansionBehavior.cs (2)
94
return _isInitialVelocitySet || _isInitialRadiusSet || _isDesiredDecelerationSet ||
_isDesiredExpansionSet
;
116
if (behavior.
_isDesiredExpansionSet
)