1 write to historyLength
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\ManipulationSequence.cs (1)
1345this.historyLength = newHistoryLength;
6 references to historyLength
System.Windows.Input.Manipulations (6)
System\Windows\Input\Manipulations\ManipulationSequence.cs (6)
1343if (newHistoryLength != this.historyLength) 1348if (this.historyLength <= 1) 1356while (Count > this.historyLength) 1375for (int i = -this.historyLength + 1; i < 0; i++) 1389if (this.historyLength > 1) 1409if (Count >= this.historyLength)