Exemplo n.º 1
0
 public TextBlock()
 {
     measureCache            = new MeasureCache(4);
     textBlockRenderElements = new Dictionary <IRenderElementFactory, ITextBlockRenderElement>();
 }
Exemplo n.º 2
0
 public TextBlock()
 {
     measureCache = new MeasureCache(4);
     textBlockRenderElements = new Dictionary<IRenderElementFactory, ITextBlockRenderElement>();
 }