3 writes to _strokeInfos
PresentationCore (3)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (3)
117
_strokeInfos
= null;
139
_strokeInfos
= new List<StrokeInfo>(strokes.Count);
279
_strokeInfos
= newStrokeInfos;
17 references to _strokeInfos
PresentationCore (17)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (17)
112
int count =
_strokeInfos
.Count;
115
_strokeInfos
[i].Detach();
143
_strokeInfos
.Add(new StrokeInfo(stroke));
162
internal List<StrokeInfo> StrokeInfos { get { return
_strokeInfos
; } }
179
System.Diagnostics.Debug.Assert((_strokes != null) && (
_strokeInfos
!= null) && (_strokes == sender));
189
_strokeInfos
.Insert(firstIndex, new StrokeInfo(added[i]));
198
for (int i = 0; i <
_strokeInfos
.Count && localRemoved.Count > 0; )
203
if (localRemoved[j] ==
_strokeInfos
[i].Stroke)
205
_strokeInfos
.RemoveAt(i);
220
if (_strokes.Count !=
_strokeInfos
.Count)
226
for (int i = 0; i <
_strokeInfos
.Count; i++)
228
if (
_strokeInfos
[i].Stroke != _strokes[i])
248
for (int x = 0; x <
_strokeInfos
.Count; x++)
250
StrokeInfo strokeInfo =
_strokeInfos
[x];
256
_strokeInfos
[x] = null;
269
for (int x = 0; x <
_strokeInfos
.Count; x++)
271
StrokeInfo strokeInfo =
_strokeInfos
[x];