Hi,
according to your documentation I'm binding to ContainerDockedSize to set its floating size which works fine on opening. But if the user resizes the floating document window and close it, the new size isn't saved. Is there a way to do this via binding?
ContainerDockedSize="{Binding Source={x:Static settings:Settings.Instance}, Path=UI.FloatingWindowSize, Mode=TwoWay}"
public Size FloatingWindowSize { get; set; } = new Size(300.0, 450.0);