3 writes to CurrentNodeIsInterval
PresentationCore (3)
System\Windows\Media\Animation\TimeIntervalCollection.cs (3)
1258
projection.
CurrentNodeIsInterval
= true;
1271
projection.
CurrentNodeIsInterval
= this.CurrentNodeIsInterval;
1289
projection.
CurrentNodeIsInterval
= false;
9 references to CurrentNodeIsInterval
PresentationCore (9)
System\Windows\Media\Animation\TimeIntervalCollection.cs (9)
712
if (tic1.
CurrentNodeIsInterval
) // If we are within an interval in tic1, we immediately have an intersection
720
Debug.Assert(tic2.CurrentNodeIsPoint || tic2.
CurrentNodeIsInterval
);
761
(tic1.
CurrentNodeIsInterval
&& tic2.
CurrentNodeIsInterval
))
932
else if (
CurrentNodeIsInterval
)
1253
if (
CurrentNodeIsInterval
)
1271
projection.CurrentNodeIsInterval = this.
CurrentNodeIsInterval
;
1322
if (
CurrentNodeIsInterval
) // Project the interval starting here
1350
Debug.Assert(!
CurrentNodeIsInterval
);