3 writes to CurrentNodeIsPoint
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\TimeIntervalCollection.cs (3)
1264projection.CurrentNodeIsPoint = true; 1277projection.CurrentNodeIsPoint = this.CurrentNodeIsPoint; 1295projection.CurrentNodeIsPoint = includeFillPeriod && (CurrentNodeTime > endTime.Value || CurrentNodeIsPoint);
14 references to CurrentNodeIsPoint
PresentationCore (14)
Core\CSharp\System\Windows\Media\Animation\TimeIntervalCollection.cs (14)
727Debug.Assert(tic2.CurrentNodeIsPoint || tic2.CurrentNodeIsInterval); 767if ((tic1.CurrentNodeIsPoint && tic2.CurrentNodeIsPoint) || 935&& CurrentNodeIsPoint) // We fall exactly onto the beginning of an accel or decel zone, point intersection 1277projection.CurrentNodeIsPoint = this.CurrentNodeIsPoint; 1287|| (CurrentNodeTime == endTime.Value && CurrentNodeIsPoint && includeFillPeriod))) 1295projection.CurrentNodeIsPoint = includeFillPeriod && (CurrentNodeTime > endTime.Value || CurrentNodeIsPoint); 1336Debug.Assert(CurrentNodeIsPoint); 1357Debug.Assert(CurrentNodeIsPoint); // We should only call this method when we project a legitimate point 1439bool includeTime = CurrentNodeIsPoint; 1486TimeSpan.FromTicks(currentProjection), CurrentNodeIsPoint); 1490projection.MergeInterval(TimeSpan.FromTicks(currentProjection), CurrentNodeIsPoint, 1521projection.MergeInterval(TimeSpan.FromTicks(currentProjection), CurrentNodeIsPoint, 1544projection.MergeInterval(TimeSpan.FromTicks(currentProjection), CurrentNodeIsPoint,