public static void Test() { var test_D1 = new DpTestOne(); test_D1.Test_1_D1(); var test_D2 = new DpTestTwo(); test_D2.Test_2_D2(); test_D2.Test_2_D3(); test_D2.Test_2_D4(); test_D2.Test_2_D5(); test_D1.Test_1_D6(); test_D1.Test_1_D7(); var test_A1 = new AttachedTestOne(); test_A1.Test_A1(); var test_A2 = new AttachedTestTwo(); test_A2.Test_A2(); test_A2.Test_A3(); test_A1.Prepare_A1(); test_A2.Test_A4(); test_A2.Test_A5(); test_A1.Test_A6(); var test_dpd = new DependencyPropertyDescriptorTestOne(); test_dpd.Test_DPD1(); }