예제 #1
0
 public override void Allocate()
 {
     base.Allocate();
     if (Background != null)
     {
         Background.Allocate();
     }
     _performLayout = true;
 }
예제 #2
0
 public override void Allocate()
 {
     base.Allocate();
     if (BorderBrush != null)
     {
         BorderBrush.Allocate();
     }
     if (Background != null)
     {
         Background.Allocate();
     }
 }