1 write to historyLength
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\ManipulationSequence.cs (1)
1350this.historyLength = newHistoryLength;
6 references to historyLength
System.Windows.Input.Manipulations (6)
System\Windows\Input\Manipulations\ManipulationSequence.cs (6)
1348if (newHistoryLength != this.historyLength) 1353if (this.historyLength <= 1) 1361while (Count > this.historyLength) 1380for (int i = -this.historyLength + 1; i < 0; i++) 1394if (this.historyLength > 1) 1414if (Count >= this.historyLength)