Sorry, but there are no more tags available to filter with.
-
The following code throws an exception. Can you spot the bug? public class MyControl : Control { public static DependencyProperty MyPropertyProperty = DependencyProperty.Register( "MyProperty", typeof (double), typeof (MyControl), new PropertyMetadata(0)); public double MyProperty { get { return...