Exemplo n.º 1
0
            public void UpdateDragOverThumb(UIElement target)
            {
                DragAndDropElement elem = this._sourceHelper.DragElement as DragAndDropElement;

                if (elem != null)
                {
                    elem.UpdateDragOverThumb(target);
                }
            }
Exemplo n.º 2
0
            public void ResetDragThumb()
            {
                DragAndDropElement elem = this._sourceHelper.DragElement as DragAndDropElement;

                if (elem != null)
                {
                    elem.ResetDragThumb();
                }
            }