/// <summary> /// Adds all layouts used by this expression to the specified collection. /// </summary> /// <param name="layouts">The collection to add layouts to.</param> public override void PopulateLayouts(LayoutCollection layouts) { par1.PopulateLayouts(layouts); par2.PopulateLayouts(layouts); }
/// <summary> /// Adds all layouts used by this expression to the specified collection. /// </summary> /// <param name="layouts">The collection to add layouts to.</param> public override void PopulateLayouts(LayoutCollection layouts) { Left.PopulateLayouts(layouts); Right.PopulateLayouts(layouts); }
/// <summary> /// Adds all layouts used by this expression to the specified collection. /// </summary> /// <param name="layouts">The collection to add layouts to.</param> public override void PopulateLayouts(LayoutCollection layouts) { expr.PopulateLayouts(layouts); }