Silverlight Iron Python examples show the following method to load an external XAML file:
Application.Current.LoadRootVisual(ControlName(),"blah.xaml") Trouble is, I don't see LoadRootVisual() referred to in the Silverlight API reference. Is this IronPython specific and if so, is there a reference document that lists all such functions? _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
