Hi, In the dll, I noticed that all the xaml classes have a ' System.CodeDom.Compiler.GeneratedCodeAttribute' with "PresentationBuildTasks" as it's argument. This applies to even the code-behind partial class which contains our code (in the xaml.cs file).
Is there a property or a flag somewhere that will distinguish the method instructions coming from a xaml vs code behind class? (eg. an event handler attached from within the xaml vs in the xaml.cs)? Thanks :) -- -- mono-cecil
