在我的示例 Windows 8 应用程序中,我有一个 Popup UserControl 作为自定义 SettingsPane,我想让它选择 MainPage 背景颜色。
问题是我无法从 UserControl 的代码隐藏文件中访问 MainPage 的子项 - 我命名了根网格,但仍然出现错误The name “mainGrid” doesn’t exist in the current context
。我知道 WPF 已经解决了这个问题,但这些解决方案似乎都不适用于 Windows 8 应用程序。