Binding to a usercontrols dependencyproperties
问题 I have a WPF UserControl project named FormattedTextBox that contains a TextBox and a WPF window project in the same solution. My user control has two dependency properties registered like this: public static readonly DependencyProperty NumberProperty = DependencyProperty.Register("Number", typeof(double), typeof(FormattedTextBox), new FrameworkPropertyMetadata()); public static readonly DependencyProperty NumberFormatStringProperty = DependencyProperty.Register("NumberFormatString", typeof