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