public virtual void Put(String text, int x, int y) { if (ParentContext != null) { ParentContext.Put(text, x, y); } }