You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ColorPicker control throws 13 binding failures on application start. The control works correctly, although the Visual Studio 2022 reports 13 XAML Binding Failures:
Severity
Count
Data Context
Binding Path
Target
Target Type
Description
Error
1
null
SelectedHSVColor
SolidColorBrush.Color
Color
Cannot find governing FrameworkElement or FrameworkContentElement for target element.
Error
8
null
SelectedColor
GradientStop.Color
Color
Cannot find governing FrameworkElement or FrameworkContentElement for target element.
Error
4
null
SelectedHSVColor
GradientStop.Color
Color
Cannot find governing FrameworkElement or FrameworkContentElement for target element.
Steps to reproduce
Create a new WPF project, add MahApps.Metro 2.4.10 Nuget package and MetroWindow
Describe the bug
ColorPicker control throws 13 binding failures on application start. The control works correctly, although the Visual Studio 2022 reports 13 XAML Binding Failures:
Steps to reproduce
Expected behavior
No binding failures.
Actual behavior
13 binding failures.
Environment
The text was updated successfully, but these errors were encountered: