Exemplo n.º 1
0
 public static SolidColorBrushType Instance()
 {
     if (NeedNewInstance())
     {
         return(_instance = CrossContextResource.Inject(new SolidColorBrushType()));
     }
     return(_instance);
 }
Exemplo n.º 2
0
 public static EfxColorTuneType Instance()
 {
     if (NeedNewInstance())
     {
         return(_instance = CrossContextResource.Inject(new EfxColorTuneType()));
     }
     return(_instance);
 }