Every once in a while I need to search and replace a character with a "return" character and I forget how to do it and have to search online. This latest search I found the answer here:
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=112303
In your search dialog turn on regular expressions and use "\x0d\x0a" for the "return" character.