How do I invoke the methods of another control? I want a menu selection that reads a file and plots it onto a map image which has been loaded to a BitmapCanvas control; I can get this to work from within an event handler of the BitmapCanvas but if I use the same code in the menu code it takes the method name as a property name and of course says there isn’t such a property