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)
50System.Diagnostics.Debug.Assert(_strokes != null); 73System.Diagnostics.Debug.Assert(_strokes != null); 90if (_strokes != null) 93_strokes.StrokesChangedInternal -= new StrokeCollectionChangedEventHandler(OnStrokesChanged); 132_strokes.StrokesChangedInternal += new StrokeCollectionChangedEventHandler(OnStrokesChanged); 162System.Diagnostics.Debug.Assert((_strokes != null) && (_strokeInfos != null) && (_strokes == sender)); 169int firstIndex = _strokes.IndexOf(added[0]); 203if (_strokes.Count != _strokeInfos.Count) 211if (_strokeInfos[i].Stroke != _strokes[i]) 227List<StrokeInfo> newStrokeInfos = new List<StrokeInfo>(_strokes.Count); 228foreach (Stroke stroke in _strokes) 265Debug.Assert(_strokeInfos.Count == _strokes.Count); 268Debug.Assert(_strokeInfos[x].Stroke == _strokes[x]);