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)
59System.Diagnostics.Debug.Assert(_strokes != null); 82System.Diagnostics.Debug.Assert(_strokes != null); 99if (_strokes != null) 102_strokes.StrokesChangedInternal -= new StrokeCollectionChangedEventHandler(OnStrokesChanged); 141_strokes.StrokesChangedInternal += new StrokeCollectionChangedEventHandler(OnStrokesChanged); 171System.Diagnostics.Debug.Assert((_strokes != null) && (_strokeInfos != null) && (_strokes == sender)); 178int firstIndex = _strokes.IndexOf(added[0]); 212if (_strokes.Count != _strokeInfos.Count) 220if (_strokeInfos[i].Stroke != _strokes[i]) 236List<StrokeInfo> newStrokeInfos = new List<StrokeInfo>(_strokes.Count); 237foreach (Stroke stroke in _strokes) 274Debug.Assert(_strokeInfos.Count == _strokes.Count); 277Debug.Assert(_strokeInfos[x].Stroke == _strokes[x]);