2 writes to _strokes
PresentationCore (2)
System\Windows\Ink\IncrementalHitTester.cs (2)
94
_strokes
= null;
129
_strokes
= strokes;
14 references to _strokes
PresentationCore (14)
System\Windows\Ink\IncrementalHitTester.cs (14)
50
System.Diagnostics.Debug.Assert(
_strokes
!= null);
73
System.Diagnostics.Debug.Assert(
_strokes
!= null);
90
if (
_strokes
!= null)
93
_strokes
.StrokesChangedInternal -= new StrokeCollectionChangedEventHandler(OnStrokesChanged);
132
_strokes
.StrokesChangedInternal += new StrokeCollectionChangedEventHandler(OnStrokesChanged);
162
System.Diagnostics.Debug.Assert((
_strokes
!= null) && (_strokeInfos != null) && (
_strokes
== sender));
169
int firstIndex =
_strokes
.IndexOf(added[0]);
203
if (
_strokes
.Count != _strokeInfos.Count)
211
if (_strokeInfos[i].Stroke !=
_strokes
[i])
227
List<StrokeInfo> newStrokeInfos = new List<StrokeInfo>(
_strokes
.Count);
228
foreach (Stroke stroke in
_strokes
)
265
Debug.Assert(_strokeInfos.Count ==
_strokes
.Count);
268
Debug.Assert(_strokeInfos[x].Stroke ==
_strokes
[x]);