rdio / vernacular

MIT License
170 stars 42 forks source link

XamlParser: ignore Binding expressions #12

Closed StephaneDelcroix closed 12 years ago

StephaneDelcroix commented 12 years ago

Catalog.Message is a DependencyProperty, so we can bind to it. But it doesn't make any sense to extract the binding for translation, so ignore those, just like we ignore, at parsing, invocations of Catalog.GetString with non string literals arguments.