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