Ejemplo n.º 1
0
 public static string GetWhatsNewMessage(WhatsNewPopup element)
 {
     return((string)element.GetValue(WhatsNewMessageProperty));
 }
Ejemplo n.º 2
0
 public static string GetLanguageOverride(WhatsNewPopup element)
 {
     return((string)element.GetValue(LanguageOverrideProperty));
 }
Ejemplo n.º 3
0
 public static string GetApplicationName(WhatsNewPopup element)
 {
     return((string)element.GetValue(ApplicationNameProperty));
 }