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