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