<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns:local="clr-namespace:FLY.Weight.UI.Client.UnitTests">
    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="pack://application:,,,/FLY.Weight.UI.Client;component/Themes/Dictionary_CellColor.xaml"/>
    </ResourceDictionary.MergedDictionaries>

    <local:UnitTests_Weights x:Key="unittests_weighters" />
    <local:UnitTests_BufferWindow x:Key="unittests_bufferwindow" 
                                  IsFirstPage ="False"
                                  IsLastPage="True"
                                  IsKeepNewest="False"
                                  CurrentPage="10"
                                  TotalPages="10"
                                  />
    <local:UnitTests_FlowGraphModelView x:Key="unittests_flowgraphmv"/>

</ResourceDictionary>