private void OnNoteClosed(object sender, EventArgs e) { HideContentOverlayAnimation.Begin(); }
private void CloseModal() { OpenSplitView = false; HideContentOverlayAnimation.Begin(); UpdateStatusBarAndCommandBarColors(); }