4 writes to _containsNullPoint
PresentationCore (4)
System\Windows\Media\Animation\TimeIntervalCollection.cs (4)
108
_containsNullPoint
= containsNullPoint;
230
_containsNullPoint
= false;
370
_containsNullPoint
= true;
1223
projection.
_containsNullPoint
= nullPoint; // Ensure we have the null point properly set
3 references to _containsNullPoint
PresentationCore (3)
System\Windows\Media\Animation\TimeIntervalCollection.cs (3)
1169
bool nullPoint =
_containsNullPoint
// Start by projecting the null point directly, then check whether we fall anywhere outside of the active and fill period
2174
return (_count == 0 && !
_containsNullPoint
);
2270
return
_containsNullPoint
^ _invertCollection;