3 writes to CurrentNodeIsInterval
PresentationCore (3)
System\Windows\Media\Animation\TimeIntervalCollection.cs (3)
1264
projection.
CurrentNodeIsInterval
= true;
1277
projection.
CurrentNodeIsInterval
= this.CurrentNodeIsInterval;
1295
projection.
CurrentNodeIsInterval
= false;
9 references to CurrentNodeIsInterval
PresentationCore (9)
System\Windows\Media\Animation\TimeIntervalCollection.cs (9)
718
if (tic1.
CurrentNodeIsInterval
) // If we are within an interval in tic1, we immediately have an intersection
726
Debug.Assert(tic2.CurrentNodeIsPoint || tic2.
CurrentNodeIsInterval
);
767
(tic1.
CurrentNodeIsInterval
&& tic2.
CurrentNodeIsInterval
))
938
else if (
CurrentNodeIsInterval
)
1259
if (
CurrentNodeIsInterval
)
1277
projection.CurrentNodeIsInterval = this.
CurrentNodeIsInterval
;
1328
if (
CurrentNodeIsInterval
) // Project the interval starting here
1356
Debug.Assert(!
CurrentNodeIsInterval
);