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