Esempio n. 1
0
        private void ContentGrid_PointerReleased(object sender, PointerRoutedEventArgs e)
        {
            isDraggingSelection = false;
            ContentGrid.ReleasePointerCapture(e.Pointer);

            SelectionRect.Width  = 0;
            SelectionRect.Height = 0;
        }