public static void ConvertToManuallyUpdated(Text text) { if (mAutomaticallyUpdatedTexts.Contains(text)) { mAutomaticallyUpdatedTexts.Remove(text); } text.UpdateDependencies(TimeManager.CurrentTime); }