Exemplo n.º 1
0
 public StyleSheetCompiler(StyleSheetImporter styleSheetImporter, ResourceManager resourceManager)
 {
     this.styleSheetImporter = styleSheetImporter;
     this.resourceManager    = resourceManager;
     this.scratchGroupList   = new LightList <UIStyleGroup>(32);
 }
Exemplo n.º 2
0
 public static StyleCompileContext Create(StyleSheetImporter styleSheetImporter)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public StyleSheetConstantImporter(StyleSheetImporter styleSheetImporter)
 {
     this.styleSheetImporter          = styleSheetImporter;
     this.currentlyResolvingConstants = new List <string>();
 }