Visual Studio에서 WPF Initialize Component 메서드를 찾을 수 없는 이유는 무엇입니까? 이것은 매우 이상합니다. 다음과 같은 XAML 파일이 있습니다. etc... 그리고 다음과 같이 보이는 제 코드 옆에... using System; using System.Windows; using System.Windows.Media.Animation; using System.Threading; namespace ix.Production { public partial class Title : Window { public Title() { InitializeComponent(); } .... Visual Studio에서 Initialize 구성 요소가 "현재 컨텍스트에 없습니다"라고 주장하..