3 writes to CurrentNodeIsPoint
PresentationCore (3)
System\Windows\Media\Animation\TimeIntervalCollection.cs (3)
1263
projection.
CurrentNodeIsPoint
= true;
1276
projection.
CurrentNodeIsPoint
= this.CurrentNodeIsPoint;
1294
projection.
CurrentNodeIsPoint
= includeFillPeriod && (CurrentNodeTime > endTime.Value || CurrentNodeIsPoint);
14 references to CurrentNodeIsPoint
PresentationCore (14)
System\Windows\Media\Animation\TimeIntervalCollection.cs (14)
726
Debug.Assert(tic2.
CurrentNodeIsPoint
|| tic2.CurrentNodeIsInterval);
766
if ((tic1.
CurrentNodeIsPoint
&& tic2.
CurrentNodeIsPoint
) ||
934
&&
CurrentNodeIsPoint
) // We fall exactly onto the beginning of an accel or decel zone, point intersection
1276
projection.CurrentNodeIsPoint = this.
CurrentNodeIsPoint
;
1286
|| (CurrentNodeTime == endTime.Value &&
CurrentNodeIsPoint
&& includeFillPeriod)))
1294
projection.CurrentNodeIsPoint = includeFillPeriod && (CurrentNodeTime > endTime.Value ||
CurrentNodeIsPoint
);
1335
Debug.Assert(
CurrentNodeIsPoint
);
1355
Debug.Assert(
CurrentNodeIsPoint
); // We should only call this method when we project a legitimate point
1437
bool includeTime =
CurrentNodeIsPoint
;
1484
TimeSpan.FromTicks(currentProjection),
CurrentNodeIsPoint
);
1488
projection.MergeInterval(TimeSpan.FromTicks(currentProjection),
CurrentNodeIsPoint
,
1519
projection.MergeInterval(TimeSpan.FromTicks(currentProjection),
CurrentNodeIsPoint
,
1542
projection.MergeInterval(TimeSpan.FromTicks(currentProjection),
CurrentNodeIsPoint
,