| c# Programming Glossary: personsearchlistviewmodelInvalid cross-thread access issue http://stackoverflow.com/questions/1924408/invalid-cross-thread-access-issue  issue  I have two ViewModel classes PersonViewModel and PersonSearchListViewModel. One of the fields PersonViewModel implements is a profile image.. via WCF cached locally in isolated storage . The PersonSearchListViewModel is a container class that holds a list of Persons. Since loading.. list of Persons. Since loading images is relatively heavy PersonSearchListViewModel loads only images for the current next and previous page results.. 
 |