Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Separating xaml from xaml.cs
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
deedee  
View profile  
 More options Sep 10 2012, 4:05 pm
From: deedee <imvidi...@gmail.com>
Date: Mon, 10 Sep 2012 13:05:35 -0700 (PDT)
Local: Mon, Sep 10 2012 4:05 pm
Subject: Separating xaml from xaml.cs

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 :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
deedee  
View profile  
 More options Sep 10 2012, 4:15 pm
From: deedee <imvidi...@gmail.com>
Date: Mon, 10 Sep 2012 13:15:13 -0700 (PDT)
Local: Mon, Sep 10 2012 4:15 pm
Subject: Re: Separating xaml from xaml.cs

Oh well. I guess I can exclude the InitializeComponent method -- that
should take care of it, because all of the xaml instructions must be in
that method only.

But any other ideas are welcome!

Thanks again :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
deedee  
View profile  
 More options Sep 10 2012, 4:38 pm
From: deedee <imvidi...@gmail.com>
Date: Mon, 10 Sep 2012 13:38:34 -0700 (PDT)
Local: Mon, Sep 10 2012 4:38 pm
Subject: Re: Separating xaml from xaml.cs

Surprisingly, that does not work :(


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Devin Minson  
View profile  
 More options Oct 22 2012, 12:32 pm
From: Devin Minson <hmoobtxu...@gmail.com>
Date: Mon, 22 Oct 2012 09:32:27 -0700 (PDT)
Local: Mon, Oct 22 2012 12:32 pm
Subject: Re: Separating xaml from xaml.cs

I would love an answer to this as well.  I've tried excluding the
InitializeComponent method as well, but still pick up xaml instructions.  


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Devin Minson  
View profile  
 More options Oct 23 2012, 10:46 am
From: Devin Minson <hmoobtxu...@gmail.com>
Date: Tue, 23 Oct 2012 07:46:53 -0700 (PDT)
Local: Tues, Oct 23 2012 10:46 am
Subject: Re: Separating xaml from xaml.cs

Found the answer:
http://stackoverflow.com/questions/13017192/initializecomponent-equiv...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »