The MSDN page for System.Windows.Application
lists a property called StartupUri
. However, this MSDN example uses Startup
.
Where is Startup
defined? I couldn't find it in the MSDN documentation.
This might be obvious to some, I'm just entering into the C#/WPF world.
Startup
is an event on the Application class. See the documentation for more details.