Exemplo n.º 1
0
 public override void Allocate()
 {
     base.Allocate();
     if (Background != null)
     {
         Background.Allocate();
     }
     _performLayout = true;
 }
Exemplo n.º 2
0
 public override void Allocate()
 {
     base.Allocate();
     if (BorderBrush != null)
     {
         BorderBrush.Allocate();
     }
     if (Background != null)
     {
         Background.Allocate();
     }
 }