XAML: Events in compiled and uncompiled scenarios by Xaml

Sun, 07 Jun 2009 00:00:17 -0700

XAML: Events in compiled and uncompiled scenarios

by Xaml @ Sun, 07 Jun 2009 00:00:17 -0700



By default, when you add a XAML page into a project in VS or Blend, its BuildAction (shown in the properties pane – F4) is Page. When you build the assembly, MarkupCompilePass1 and MarkupCompilePass2 will analyze all the Pages and ...