0
kicks
Windows 8 Dev Tip: Nullable<T> Dependency Properties and Binding
In WinRT when attempting to bind to a custom dependency property that uses a Nullable<T> type in .NET, you may encounter difficulties. This article talks a bit about the problem and provides a workaround.