2 references to IntersectsInverseOf
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
2830
if (parentIntervalCollection.
IntersectsInverseOf
(fillPeriod)) // ... and we don't intersect the Active period, so we must go in or out of the Stopped period.
2854
if (parentIntervalCollection.
IntersectsInverseOf
(activePeriod))