Exemple #1
0
 public void Freeze()
 {
     //if (this.__aa_dbugId == 9 || this.__aa_dbugId == 16)
     //{
     //}
     this._freezed = true;
     _fontFeats.Freeze();       //1.
     _listFeats.Freeze();       //2.
     _borderFeats.Freeze();     //3.
     _paddingFeats.Freeze();    //4.
     _marginFeats.Freeze();     //5.
     _cornerFeats.Freeze();     //6.
     _backgroundFeats.Freeze(); //7
     _boxShadow.Freeze();       //8
     _flexFeats.Freeze();       //9.
 }
Exemple #2
0
 static CssFlexFeature()
 {
     Default.Freeze();
 }