XamlX icon indicating copy to clipboard operation
XamlX copied to clipboard

Unable to parse binding expression

Open danwalmsley opened this issue 4 years ago • 1 comments

IsVisible="{Binding !$parent[cont|MetroWindow].DataContext.LockScreen.IsLocked}"

gives a runtime error.

but:

IsVisible="{Binding !$parent[Window].DataContext.LockScreen.IsLocked}"

works

danwalmsley avatar Aug 11 '19 09:08 danwalmsley

gives a runtime error.

It's Avalonia issue then. Probably something related to the avalonia-specific runtime type resolver.

kekekeks avatar Aug 11 '19 15:08 kekekeks