public static void RemoveTimelineSelection() { Selection.set_objects((from s in Selection.get_objects() where !SelectionManager.IsTimelineType(s) select s).ToArray <Object>()); }