void ReleaseMouseEvent(UIMouseEventArgs e) { e.Clear(); //TODO: review event stock here again _stockMouseEvents.Push(e); }
void ReleaseMouseEvent(UIMouseEventArgs e) { e.Clear(); this.stockMouseEvents.Push(e); }