About 1 results
Open links in new tab
  1. c# - How to implement WPF User Control with UIElement …

    @rFactor: Not really, just change the declaration XAML to this: <ContentPresenter Content="..."/> and change the property type to object. How did you get that error?