UWP InkCanvas Out Of Memory
问题 I'm using MVVMLight to create a questionnaire and running into memory issues when rendering the InkCanvas controls. Here's a watered down example of what I am working with: QuestionVm public Question Question { get; set; } public HandwritingControl HandwritingControl { get; set; } QuestionnaireVm public List<QuestionVm> currentQuestions; public List<QuestionVm> CurrentQuestions { get { return currentQuestions; } set { currentQuestions = value; RaisePropertyChanged(); } } Questionnaire.xaml.cs