Hmm, I tried this but to no avail. Im sure Im confusing my self over something that must be simple, access an element created in one xaml page in a different directory within the solution, through the code behind of another xaml page in which it is included using: <Directory:PageName DockPanel.Dock="Top" Loaded="PageName_Loaded"/> where Directory is the name of the directory it is in in and PageName is the name of the xaml page it is declared in, in order to access the element created in that xaml page, using its name property so I can perform a method on it from the code behind of the other, main window xaml page. |