2 writes to _strokes
PresentationCore (2)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (2)
111_strokes = null; 146_strokes = strokes;
12 references to _strokes
PresentationCore (12)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (12)
64System.Diagnostics.Debug.Assert(_strokes != null); 90System.Diagnostics.Debug.Assert(_strokes != null); 107if (_strokes != null) 110_strokes.StrokesChangedInternal -= new StrokeCollectionChangedEventHandler(OnStrokesChanged); 149_strokes.StrokesChangedInternal += new StrokeCollectionChangedEventHandler(OnStrokesChanged); 179System.Diagnostics.Debug.Assert((_strokes != null) && (_strokeInfos != null) && (_strokes == sender)); 186int firstIndex = _strokes.IndexOf(added[0]); 220if (_strokes.Count != _strokeInfos.Count) 228if (_strokeInfos[i].Stroke != _strokes[i]) 244List<StrokeInfo> newStrokeInfos = new List<StrokeInfo>(_strokes.Count); 245foreach (Stroke stroke in _strokes)