2 references to Enqueue
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
735this.history.Enqueue(new ManipulationState(this.currentManipulationState.Timestamp)); 739this.history.Enqueue(new ManipulationState((PointF)translation, smoothedScale, smoothedExpansion, smoothedRotation, timestamp));