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