4 writes to _containsNullPoint
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\TimeIntervalCollection.cs (4)
114
_containsNullPoint
= containsNullPoint;
236
_containsNullPoint
= false;
376
_containsNullPoint
= true;
1229
projection.
_containsNullPoint
= nullPoint; // Ensure we have the null point properly set
3 references to _containsNullPoint
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\TimeIntervalCollection.cs (3)
1175
bool nullPoint =
_containsNullPoint
// Start by projecting the null point directly, then check whether we fall anywhere outside of the active and fill period
2181
return (_count == 0 && !
_containsNullPoint
);
2277
return
_containsNullPoint
^ _invertCollection;