Reorg window handling and add drag handler

This commit is contained in:
dan_clark@outlook.com
2022-03-23 22:18:36 +00:00
parent 263704a772
commit 04df2d2ff6
12 changed files with 135 additions and 65 deletions
@@ -122,10 +122,12 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>
<ItemGroup>
<Compile Include="Drag.cs" />
<Compile Include="DropTarget.cs" />
<Compile Include="DataTemplateFactory.cs" />
<Compile Include="Drop.cs" />
<Compile Include="IDataTemplateFactory.cs" />
<Compile Include="IDragHandler.cs" />
<Compile Include="IDropHandler.cs" />
<Compile Include="IServiceCollectionExtensions.cs" />
<Compile Include="IWindowPrivate.cs" />