WPF: Create a dialog / prompt
The “responsible” answer would be for me to suggest building a ViewModel for the dialog and use two-way databinding on the TextBox so that the ViewModel had some “ResponseText” property or what not. This is easy enough to do but probably overkill. The pragmatic answer would be to just give your text box an x:Name … Read more