diff --git a/ILSpy/MainWindow.xaml b/ILSpy/MainWindow.xaml index 275419fa9..9b1aee398 100644 --- a/ILSpy/MainWindow.xaml +++ b/ILSpy/MainWindow.xaml @@ -162,11 +162,11 @@ + DataContext="{Binding Workspace}" + AnchorablesSource="{Binding ToolPanes}" + DocumentsSource="{Binding Documents}" + ActiveContent="{Binding ActiveDocument, Mode=TwoWay, Converter={StaticResource ActiveDocumentConverter}}" + AllowMixedOrientation="True"> @@ -178,6 +178,17 @@ + + + + + + + + + + + @@ -216,6 +227,7 @@ +