Example #1
0
 protected void AdjustFlagsAndWidth(GreenNode node)
 {
     Debug.Assert(node != null, "PERF: caller must ensure that node!=null, we do not want to re-check that here.");
     this.flags |= (node.flags & NodeFlags.InheritMask);
     _fullWidth += node._fullWidth;
 }