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