You can use the x: Static markup extension to bind directly to your Singleton, as this is a static property.
For example, if your singleton had a property named "Foo":
<TextBox Text="{x:Static local:YourSingleton.Instance.Foo}" />
Reed copsey
source share