I have a textbox, bounded to variable via
public string _box { get { return boxtext; } set { Set(ref boxtext, value); }