dotnetprojects/WpfToolkit

Move extension classes to proper namespaces

Closed this issue · 0 comments

Observed cases:

  • ItemsControlExtensions
  • MathExtensions (System namespace? Really?)
  • RectExtensions

Side-note: The namespace Extensions may cause conflicts. I happen to have a class named "Extensions" which now needs an explicit namespace prefix; otherwise, the compiler thinks I'm trying to reference the namespace.

A big thanks for the fork!