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