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