Esempio n. 1
0
 public static IEnumerable <Point> GetPoints(this IPointDataSource dataSource, DependencyObject context)
 {
     return(DataSourceHelper.GetPoints(dataSource, context));
 }
Esempio n. 2
0
 public static IEnumerable <Point> GetPoints(this IPointDataSource dataSource)
 {
     return(DataSourceHelper.GetPoints(dataSource));
 }