The WPF x:ClassModifier attribute unnecessarily ties the WPF to a specific language. Instead, the XAML code generator should completely omit the access modifier. This allows the user to specify the access modifier only once, and makes the WPF language-neutral.See this blog entry for specific details:http://weblogs.asp.net/okloeten/archive/2007/11/20/5292593.aspx
Version