internal void DropShape(Point position) { _model.DropShape(position); Mouse.OverrideCursor = Cursors.Arrow; }
internal void DropShape(Point position) { _model.DropShape(position); Window.Current.CoreWindow.PointerCursor = new Windows.UI.Core.CoreCursor(Windows.UI.Core.CoreCursorType.Arrow, 1); }