public static bool IsExpanded(this GroupBox gb) { return(gb.GetDockedContainer().Height > _collapsedHeight); }