2
votes
1answer
1k views
Initialized event of WPF UserControl not firing.
Hello,
I've got a very simple WPF UserControl that looks like this:
namespace MyUserControl
{
/// <summary>
/// Interaction logic for UserControl1.xaml
/// </ …
0
votes
1answer
506 views
Custom properties in XAML of System.Windows.Window
Hello!
I've got a very simple WPF UserControl that looks like this:
namespace WpfControlLibrary1
{
public partial class UserControl1 : UserControl
{
public UserContr …
0
votes
2answers
687 views
Refresh WPF UserControl via XAML
Hello!
I'm using WPF within Visual Studio 2008. I have a simple WPF UserControl with the following code:
public partial class UserControl1 : UserControl
{
public Use …
