public MVVMRelativeSource(Type ancestorType, int ancestorLevel) { _AncestorType = ancestorType; _AncestorLevel = ancestorLevel; _Mode = MVVMRelativeSourceMode.FindAncestor; }
public MVVMRelativeSource() { _Mode = MVVMRelativeSourceMode.Self; }