public void DoWindowContents(Rect inRect)
 {
     Dialogs.DoWindowContentsInternal(ref Values, inRect, false);
 }
 public static void DoWindowContents(Rect inRect)
 {
     Dialogs.DoWindowContentsInternal(ref group, inRect, true);
 }