Ejemplo n.º 1
0
 protected override void FreezeInternal()
 {
     if (constantValue != null)
     {
         constantValue.Freeze();
     }
     base.FreezeInternal();
 }
Ejemplo n.º 2
0
 protected override void FreezeInternal()
 {
     attributes = FreezeList(attributes);
     if (defaultValue != null)
     {
         defaultValue.Freeze();
     }
     base.FreezeInternal();
 }