I want to traverse all the children in some container (Grid, Canvas etc) in parallel way. I am not able to find AsParallel() even though i have reference to System.Linq
. What should i do as a workaround for this to take advantage of full CPU power of client?
Thanks in advance:)