1 2 3 4 5 6 7 8 9 10 11 12
public class TestMainWindow : MainWindow { public TestMainWindow () { } public Background get_background () { return get_child() as Background; } }