I\'ve tried a huge amount of ways to get a static reference of my window across my program. I need to access all of its members at runtime from different classes, so a stati
Try this ((MainWindow)App.Current.Windows[0]).MainCanvas.