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