我被指控修复别人的工作,但这个错误让我感到困惑。
The name "ClassicBorderDecorator" does not exist in the namespace "clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero"
我已经包含了对 PresentaionFramework.Aero 的引用集和 xmlns 标记集,我缺少什么?
<Application
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Microsoft_Windows_Themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero" x:Class="Application"
StartupUri="MainWindow.xaml">