public ViewHierarchicalDataTemplate()
 {
     VisualTree = new CustomFrameworkElementFactory(this);
     VisualTree.InternalMethodCall("Seal", this);
     ViewFactory = type => Activator.CreateInstance(ViewType) as FrameworkElement;
 }
Exemplo n.º 2
0
 public PrismDataTemplate()
 {
     VisualTree = new CustomFrameworkElementFactory(this);
     VisualTree.InternalMethodCall("Seal", this);
 }
Exemplo n.º 3
0
 public ViewHierarchicalDataTemplate()
 {
     VisualTree = new CustomFrameworkElementFactory(this);
     VisualTree.InternalMethodCall("Seal", this);
 }