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