AvalonDock icon indicating copy to clipboard operation
AvalonDock copied to clipboard

Binding failure when using AvalonDock.Themes.VS2013

Open josdemmers opened this issue 2 years ago • 0 comments

Using VS2022, .NET6

A project with AvalonDock.Themes.VS2013 shows a binding failure. The theme however is looking fine. So not that big of an issue.

Binding failure: Severity: Error Data Context: null Binding Path: Fill Target: GeometryDrawing.Brush Target Type: Brush Description: Cannot find governing FrameworkElement or FrameworkContentElement for target element.

The issue is caused in ./Themes/Generic.xaml by the <Rectangle.Fill> in the following styles:

<Style TargetType="avalonDockControls:AnchorablePaneTitle">
<Style x:Key="{x:Type avalonDockControls:LayoutAnchorableFloatingWindowControl}" TargetType="{x:Type avalonDockControls:LayoutAnchorableFloatingWindowControl}">

josdemmers avatar Oct 03 '22 14:10 josdemmers