3 writes to CurrentNodeIsPoint
PresentationCore (3)
System\Windows\Media\Animation\TimeIntervalCollection.cs (3)
1257projection.CurrentNodeIsPoint = true; 1270projection.CurrentNodeIsPoint = this.CurrentNodeIsPoint; 1288projection.CurrentNodeIsPoint = includeFillPeriod && (CurrentNodeTime > endTime.Value || CurrentNodeIsPoint);
14 references to CurrentNodeIsPoint
PresentationCore (14)
System\Windows\Media\Animation\TimeIntervalCollection.cs (14)
720Debug.Assert(tic2.CurrentNodeIsPoint || tic2.CurrentNodeIsInterval); 760if ((tic1.CurrentNodeIsPoint && tic2.CurrentNodeIsPoint) || 928&& CurrentNodeIsPoint) // We fall exactly onto the beginning of an accel or decel zone, point intersection 1270projection.CurrentNodeIsPoint = this.CurrentNodeIsPoint; 1280|| (CurrentNodeTime == endTime.Value && CurrentNodeIsPoint && includeFillPeriod))) 1288projection.CurrentNodeIsPoint = includeFillPeriod && (CurrentNodeTime > endTime.Value || CurrentNodeIsPoint); 1329Debug.Assert(CurrentNodeIsPoint); 1349Debug.Assert(CurrentNodeIsPoint); // We should only call this method when we project a legitimate point 1431bool includeTime = CurrentNodeIsPoint; 1478TimeSpan.FromTicks(currentProjection), CurrentNodeIsPoint); 1482projection.MergeInterval(TimeSpan.FromTicks(currentProjection), CurrentNodeIsPoint, 1513projection.MergeInterval(TimeSpan.FromTicks(currentProjection), CurrentNodeIsPoint, 1536projection.MergeInterval(TimeSpan.FromTicks(currentProjection), CurrentNodeIsPoint,