I have a wpf 4 application that contains a textblock which has a one-way binding to an integer value (in this case, a temperature in degrees celsius).The xaml looks like this:Datacontext={binding relativesource={relativesource self}} clarification:The data context being set to the value above should be done at whatever element owns the code behind -- so for a window, …What is the simplest way to bind a group of 3 radiobuttons to a property of type int for values 1, 2, or 3?The way i worked around this limitation was to expose only a binding property in my class, keeping the dependencyproperty private altogether.I implemented a propertybindingtosource write-only …
The Binding Of Isaac: What Do Dice Rooms Do?
The Binding Of Isaac: What Do Dice Rooms Do?

The Binding Of Isaac: What Do Dice Rooms Do? of Binding Of Isaac Dice Room: They LIED! The Real Meta Is Here. .

25
By 
It also gets rid of the longer bindings to find an ancestor and bind on it's data context (which always felt wrong to me).I am leaving this here for anyone else who struggled with this binding, and wondered if …How do i use relativesource with wpf bindings and what are the different use-cases?