Your class is partial, so you should have another file that contains some other parts of your Title class (the InitializeComponent method for instance).
Try to find that file, and see if the namespace in that file, is equal to the namespace of the file which contains the other parts of your class.