Skip to content

Instantly share code, notes, and snippets.

@jsadeli
jsadeli / RootBindingExtension.cs
Created July 15, 2011 14:37
XAML markup extension to bind directly to root object's datacontext
using System;
using System.ComponentModel;
using System.Globalization;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Markup;
using System.Xaml;
namespace YourNamespace.MarkupExtensions