Skip to content

Binding failure when using AvalonDock.Themes.VS2013 #377

@josdemmers

Description

@josdemmers

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}">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions