我知道這聽起來可能有點瘋狂,但我理解的目的,你會如何解釋,在這種錯誤設置Window.DataContext
到MainWindow
結果:主窗口的DataContext StackOverflowException
"Exception of type 'System.StackOverflowException' was thrown."
<Window>
<Window.DataContext>
<local:MainWindow />
</Window.DataContext>
</Window>
令人難以置信的智能!事實上,我試圖理解爲什麼在後臺代碼中的綁定不像在ViewModel中那樣工作,所以我來到這個實驗中。您的自綁定是實現該目的的方法。 – usefulBee