Exemple #1
0
 /// <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);
 }
Exemple #2
0
 /// <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);
 }
Exemple #3
0
 /// <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);
 }