3 writes to CurrentNodeIsInterval
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\TimeIntervalCollection.cs (3)
1265
projection.
CurrentNodeIsInterval
= true;
1278
projection.
CurrentNodeIsInterval
= this.CurrentNodeIsInterval;
1296
projection.
CurrentNodeIsInterval
= false;
9 references to CurrentNodeIsInterval
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\TimeIntervalCollection.cs (9)
719
if (tic1.
CurrentNodeIsInterval
) // If we are within an interval in tic1, we immediately have an intersection
727
Debug.Assert(tic2.CurrentNodeIsPoint || tic2.
CurrentNodeIsInterval
);
768
(tic1.
CurrentNodeIsInterval
&& tic2.
CurrentNodeIsInterval
))
939
else if (
CurrentNodeIsInterval
)
1260
if (
CurrentNodeIsInterval
)
1278
projection.CurrentNodeIsInterval = this.
CurrentNodeIsInterval
;
1329
if (
CurrentNodeIsInterval
) // Project the interval starting here
1358
Debug.Assert(!
CurrentNodeIsInterval
);