2 writes to _strokes
PresentationCore (2)
System\Windows\Ink\IncrementalHitTester.cs (2)
103
_strokes
= null;
138
_strokes
= strokes;
14 references to _strokes
PresentationCore (14)
System\Windows\Ink\IncrementalHitTester.cs (14)
59
System.Diagnostics.Debug.Assert(
_strokes
!= null);
82
System.Diagnostics.Debug.Assert(
_strokes
!= null);
99
if (
_strokes
!= null)
102
_strokes
.StrokesChangedInternal -= new StrokeCollectionChangedEventHandler(OnStrokesChanged);
141
_strokes
.StrokesChangedInternal += new StrokeCollectionChangedEventHandler(OnStrokesChanged);
171
System.Diagnostics.Debug.Assert((
_strokes
!= null) && (_strokeInfos != null) && (
_strokes
== sender));
178
int firstIndex =
_strokes
.IndexOf(added[0]);
212
if (
_strokes
.Count != _strokeInfos.Count)
220
if (_strokeInfos[i].Stroke !=
_strokes
[i])
236
List<StrokeInfo> newStrokeInfos = new List<StrokeInfo>(
_strokes
.Count);
237
foreach (Stroke stroke in
_strokes
)
274
Debug.Assert(_strokeInfos.Count ==
_strokes
.Count);
277
Debug.Assert(_strokeInfos[x].Stroke ==
_strokes
[x]);