3 writes to CurrentNodeIsInterval
PresentationCore (3)
System\Windows\Media\Animation\TimeIntervalCollection.cs (3)
1259
projection.
CurrentNodeIsInterval
= true;
1272
projection.
CurrentNodeIsInterval
= this.CurrentNodeIsInterval;
1290
projection.
CurrentNodeIsInterval
= false;
9 references to CurrentNodeIsInterval
PresentationCore (9)
System\Windows\Media\Animation\TimeIntervalCollection.cs (9)
713
if (tic1.
CurrentNodeIsInterval
) // If we are within an interval in tic1, we immediately have an intersection
721
Debug.Assert(tic2.CurrentNodeIsPoint || tic2.
CurrentNodeIsInterval
);
762
(tic1.
CurrentNodeIsInterval
&& tic2.
CurrentNodeIsInterval
))
933
else if (
CurrentNodeIsInterval
)
1254
if (
CurrentNodeIsInterval
)
1272
projection.CurrentNodeIsInterval = this.
CurrentNodeIsInterval
;
1323
if (
CurrentNodeIsInterval
) // Project the interval starting here
1351
Debug.Assert(!
CurrentNodeIsInterval
);