0
kicks
LostFocus (TextBox) vs. Buttons IsDefault-Property
If a Buttons IsDefault-Property is set to true, it'll be clicked, when the user presses the Enter-Key. If a TextBox has Focus, and its Text-Property is databound, the Source of the Data Binding won't be updated. This Post describes the problem and the solution.