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