A singleton RESX provider that uses attached properties and the Parent property to iterate through the visual tree.
Inheritance: ResxLocalizationProviderBase
 /// <summary>
 /// Resets the instance that is used for the ResxLocationProvider
 /// </summary>
 public static void Reset()
 {
     lock (InstanceLock)
     {
         instance = null;
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Resets the instance that is used for the ResxLocationProvider
 /// </summary>
 public static void Reset()
 {
     Instance = null;
 }
 /// <summary>
 /// Resets the instance that is used for the ResxLocationProvider
 /// </summary>
 public static void Reset()
 {
     lock (InstanceLock)
     {
         instance = null;
     }
 }