Many times I find that I want to search my entire Visual Studio project for a text string, but I only want to search the XAML files in the project and not the code-behind (.cs) files.
Does anyone know if there is a way to do this in Visual Studio or if there is an add-in I can download to accomplish this?
Thanks.