public BehaviorPropertyControl(BehaviorPropertyBinding binding) { InitializeComponent(); this.binding = binding; Refresh(); }