Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/Silverlight/CS/NavBarDemo/DemoTesting/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/Silverlight/CS/NavBarDemo/DemoTesting/Fixtures.cs

using DevExpress.Xpf.DemoBase.DemoTesting;
using System.Threading;
using System.Windows.Threading;
using DevExpress.Xpf.Core.Native;
using System;
using DevExpress.Xpf.NavBar;
using System.Collections;
using System.Windows.Controls;
using System.Windows;
using System.Windows.Input;
using DevExpress.Xpf.Editors;
using System.Windows.Controls.Primitives;
using System.Windows.Media.Animation;
using DevExpress.Xpf.Core;

namespace NavBarDemo.Tests {
    public class NavBarCheckAllDemosFixture : CheckAllDemosFixture {
        Type[] skipMemoryLeaksCheckModules = new Type[] { typeof(Events) };
        protected override bool CheckMemoryLeaks(Type moduleType) {
            return !EnumeratorHelper.Exists<Type>(skipMemoryLeaksCheckModules, moduleType);
        }
        protected override void CreateSwitchAllThemesActions() {
            base.CreateSwitchAllThemesActions();
        }
    }
}