3 references to Manipulating
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\ManipulationSequence.cs (3)
432
Debug.Assert(this.processorState == ProcessorState.
Manipulating
, "Wrong state.");
513
this.processorState = ProcessorState.
Manipulating
;
667
Debug.Assert(this.processorState == ProcessorState.
Manipulating
, "Invalid state.");