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