1 write to historyLength
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\ManipulationSequence.cs (1)
1346this.historyLength = newHistoryLength;
6 references to historyLength
System.Windows.Input.Manipulations (6)
System\Windows\Input\Manipulations\ManipulationSequence.cs (6)
1344if (newHistoryLength != this.historyLength) 1349if (this.historyLength <= 1) 1357while (Count > this.historyLength) 1376for (int i = -this.historyLength + 1; i < 0; i++) 1390if (this.historyLength > 1) 1410if (Count >= this.historyLength)