Contents tagged with Snoop
-
WPF: Snooping Attached Properties
When developing WPF applications, Snoop is a wonderful tool that can let us see our visual tree at runtime, and find errors in data binding that are otherwise hard to track down in debugging. However, … more