Click here to Skip to main content
15,889,877 members
Home / Discussions / C#
   

C#

 
GeneralMessage Removed Pin
16-Mar-11 22:02
Lutosław16-Mar-11 22:02 
GeneralMessage Removed Pin
16-Mar-11 23:38
mvePete O'Hanlon16-Mar-11 23:38 
GeneralMessage Removed Pin
17-Mar-11 0:21
professionalDoru_C17-Mar-11 0:21 
GeneralRe: WPF: Binding Storyboard.RepeatBehavior property Pin
Pete O'Hanlon17-Mar-11 0:44
mvePete O'Hanlon17-Mar-11 0:44 
GeneralMy vote of 1 PinPopular
Keith Barrow17-Mar-11 2:14
professionalKeith Barrow17-Mar-11 2:14 
GeneralRe: My vote of 1 Pin
OriginalGriff17-Mar-11 5:02
mveOriginalGriff17-Mar-11 5:02 
AnswerRe: WPF: Binding Storyboard.RepeatBehavior property Pin
Lutosław16-Mar-11 22:07
Lutosław16-Mar-11 22:07 
AnswerRe: WPF: Binding Storyboard.RepeatBehavior property Pin
Pete O'Hanlon17-Mar-11 4:46
mvePete O'Hanlon17-Mar-11 4:46 
You should really have moved this back to the WPF forum. The issue is that resources that are in or consumed in a control template have to be frozen. This is done so that the resource can be shared across control instances quickly. Once you set the binding on the Dependency Object on a Freezable, you stop it from being frozen.

As you can't create a static resource of the RepeatBehavior, I'd suggest that this is one of those instances where it is perfectly legitimate to have code in the code behind of the view. Don't tie yourself into logical knots here - view specific code in the view code-behind is legitimate.

I'm not a stalker, I just know things. Oh by the way, you're out of milk.

Forgive your enemies - it messes with their heads


My blog | My articles | MoXAML PowerToys | Onyx


QuestionUpdate an MDI Child Form TreeView() with other MDI Child Form Pin
Gerben Schmidt16-Mar-11 9:40
Gerben Schmidt16-Mar-11 9:40 
AnswerRe: Update an MDI Child Form TreeView() with other MDI Child Form Pin
OriginalGriff16-Mar-11 21:46
mveOriginalGriff16-Mar-11 21:46 
GeneralRe: Update an MDI Child Form TreeView() with other MDI Child Form Pin
Gerben Schmidt17-Mar-11 8:47
Gerben Schmidt17-Mar-11 8:47 
Questiondouble to string without point [SOLVED] Pin
Pierre besquent16-Mar-11 6:38
Pierre besquent16-Mar-11 6:38 
AnswerRe: double to string without point Pin
Dave Kreskowiak16-Mar-11 6:51
mveDave Kreskowiak16-Mar-11 6:51 
JokeRe: double to string without point Pin
fjdiewornncalwe16-Mar-11 17:17
professionalfjdiewornncalwe16-Mar-11 17:17 
GeneralRe: double to string without point Pin
Dave Kreskowiak16-Mar-11 17:52
mveDave Kreskowiak16-Mar-11 17:52 
GeneralRe: double to string without point Pin
fjdiewornncalwe17-Mar-11 3:25
professionalfjdiewornncalwe17-Mar-11 3:25 
AnswerRe: double to string without point Pin
OriginalGriff16-Mar-11 6:51
mveOriginalGriff16-Mar-11 6:51 
AnswerRe: double to string without point Pin
Luc Pattyn16-Mar-11 6:53
sitebuilderLuc Pattyn16-Mar-11 6:53 
AnswerRe: double to string without point Pin
Luc Pattyn16-Mar-11 6:54
sitebuilderLuc Pattyn16-Mar-11 6:54 
AnswerRe: double to string without point Pin
Paladin200016-Mar-11 6:57
Paladin200016-Mar-11 6:57 
GeneralRe: double to string without point Pin
Pete O'Hanlon16-Mar-11 8:49
mvePete O'Hanlon16-Mar-11 8:49 
AnswerRe: double to string without point Pin
Luc Pattyn16-Mar-11 11:42
sitebuilderLuc Pattyn16-Mar-11 11:42 
GeneralRe: double to string without point Pin
Pete O'Hanlon16-Mar-11 12:04
mvePete O'Hanlon16-Mar-11 12:04 
GeneralRe: double to string without point Pin
Luc Pattyn16-Mar-11 12:12
sitebuilderLuc Pattyn16-Mar-11 12:12 
GeneralRe: double to string without point Pin
Pete O'Hanlon16-Mar-11 23:17
mvePete O'Hanlon16-Mar-11 23:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.