3 writes to CurrentNodeIsPoint
PresentationCore (3)
System\Windows\Media\Animation\TimeIntervalCollection.cs (3)
1258
projection.
CurrentNodeIsPoint
= true;
1271
projection.
CurrentNodeIsPoint
= this.CurrentNodeIsPoint;
1289
projection.
CurrentNodeIsPoint
= includeFillPeriod && (CurrentNodeTime > endTime.Value || CurrentNodeIsPoint);
14 references to CurrentNodeIsPoint
PresentationCore (14)
System\Windows\Media\Animation\TimeIntervalCollection.cs (14)
721
Debug.Assert(tic2.
CurrentNodeIsPoint
|| tic2.CurrentNodeIsInterval);
761
if ((tic1.
CurrentNodeIsPoint
&& tic2.
CurrentNodeIsPoint
) ||
929
&&
CurrentNodeIsPoint
) // We fall exactly onto the beginning of an accel or decel zone, point intersection
1271
projection.CurrentNodeIsPoint = this.
CurrentNodeIsPoint
;
1281
|| (CurrentNodeTime == endTime.Value &&
CurrentNodeIsPoint
&& includeFillPeriod)))
1289
projection.CurrentNodeIsPoint = includeFillPeriod && (CurrentNodeTime > endTime.Value ||
CurrentNodeIsPoint
);
1330
Debug.Assert(
CurrentNodeIsPoint
);
1350
Debug.Assert(
CurrentNodeIsPoint
); // We should only call this method when we project a legitimate point
1432
bool includeTime =
CurrentNodeIsPoint
;
1479
TimeSpan.FromTicks(currentProjection),
CurrentNodeIsPoint
);
1483
projection.MergeInterval(TimeSpan.FromTicks(currentProjection),
CurrentNodeIsPoint
,
1514
projection.MergeInterval(TimeSpan.FromTicks(currentProjection),
CurrentNodeIsPoint
,
1537
projection.MergeInterval(TimeSpan.FromTicks(currentProjection),
CurrentNodeIsPoint
,