5 references to IsEmpty
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
3320
Debug.Assert(!parentIntervalCollection.
IsEmpty
); // The parent isn't Stopped, so it must have a TIC
Core\CSharp\System\Windows\Media\Animation\TimeIntervalCollection.cs (4)
139
Debug.Assert(
IsEmpty
); // We should start with a new or Clear()-ed collection first
1038
Debug.Assert(projection.
IsEmpty
); // Make sure the projection was properly cleared first
1161
Debug.Assert(projection.
IsEmpty
);
1245
Debug.Assert(projection.
IsEmpty
);