public static string GetUriSource(SmartImage obj)
 {
     if (null == obj)
     {
         throw new ArgumentNullException("obj");
     }
     return (string)obj.GetValue(UriSourceProperty);
 }
Beispiel #2
0
 public static string GetUriSource(SmartImage obj)
 {
     if (null == obj)
     {
         throw new ArgumentNullException("obj");
     }
     return((string)obj.GetValue(UriSourceProperty));
 }