2 writes to _strokes
PresentationCore (2)
System\Windows\Ink\IncrementalHitTester.cs (2)
93_strokes = null; 128_strokes = strokes;
14 references to _strokes
PresentationCore (14)
System\Windows\Ink\IncrementalHitTester.cs (14)
49System.Diagnostics.Debug.Assert(_strokes != null); 72System.Diagnostics.Debug.Assert(_strokes != null); 89if (_strokes != null) 92_strokes.StrokesChangedInternal -= new StrokeCollectionChangedEventHandler(OnStrokesChanged); 131_strokes.StrokesChangedInternal += new StrokeCollectionChangedEventHandler(OnStrokesChanged); 161System.Diagnostics.Debug.Assert((_strokes != null) && (_strokeInfos != null) && (_strokes == sender)); 168int firstIndex = _strokes.IndexOf(added[0]); 202if (_strokes.Count != _strokeInfos.Count) 210if (_strokeInfos[i].Stroke != _strokes[i]) 226List<StrokeInfo> newStrokeInfos = new List<StrokeInfo>(_strokes.Count); 227foreach (Stroke stroke in _strokes) 261Debug.Assert(_strokeInfos.Count == _strokes.Count); 264Debug.Assert(_strokeInfos[x].Stroke == _strokes[x]);