Refresh the status of files under source control
At any time, you can refresh the source control status of a solution that you have open in Expression Blend. This is useful for picking up status changes if you have the solution open in Microsoft Visual Studio Team System 2008 Team Explorer and Expression Blend at the same time. For example, if you check out a file in Team Explorer, Expression Blend will show that the file is checked out only after you refresh the source control status.
Tip
To see if a file is checked out by other team members or on other computers, use the Source Control Explorer panel in Microsoft Visual Studio Team System 2008 Team Explorer. For more information, see How to: Refresh Team Explorer on MSDN.
To refresh the status of the files in your solution
In the Projects panel, right-click the solution, and then click Refresh Source Control Status.
In Microsoft Expression Blend, the following icons appear next to the files in the Projects panel to identify their source control status:
Checked into source control
The file is locked, meaning that you do not have it checked out.
Checked out to me
The file is checked out to you locally.
Checked out to me
The file has been renamed by you but not yet checked in. Other team members will not see the file's new name until you check it in.
Newly added file
The file has been added to the project but not yet checked in. Other team members will not see the file until you check it in.
Tip
Files that you have deleted from the project are removed from the Projects panel, but you can see them when you view pending changes or check your files in. For more information, see Undo or view the list of pending changes or Check files in and out.
See also
Tasks
Rename or delete a file under source control