デフォルトのウィンドウ「chrome」のないWPFウィンドウがあります。
<Window x:Class="Genesis.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Genesis (Alpha)" Height="812" Width="917" Loaded="Window_Loaded"
DataContext="{Binding RelativeSource={RelativeSource Self}}" Name="Genesis" Closing="Genesis_Closing"
WindowStyle="None" BorderThickness="0" Margin="0" ShowInTaskbar="False" AllowsTransparency="True" Background="#F8F8F8"></Window>
ウィンドウのドラッグに使用されるデフォルトのバーがないため、ウィンドウをドラッグできません。新しいコントロールでドラッグを再現するにはどうすればよいですか?