Ejemplo n.º 1
0
 public MVVMRelativeSource(Type ancestorType, int ancestorLevel)
 {
     _AncestorType  = ancestorType;
     _AncestorLevel = ancestorLevel;
     _Mode          = MVVMRelativeSourceMode.FindAncestor;
 }
Ejemplo n.º 2
0
 public MVVMRelativeSource()
 {
     _Mode = MVVMRelativeSourceMode.Self;
 }