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)
64
System.Diagnostics.Debug.Assert(
_strokes
!= null);
90
System.Diagnostics.Debug.Assert(
_strokes
!= null);
107
if (
_strokes
!= null)
110
_strokes
.StrokesChangedInternal -= new StrokeCollectionChangedEventHandler(OnStrokesChanged);
149
_strokes
.StrokesChangedInternal += new StrokeCollectionChangedEventHandler(OnStrokesChanged);
179
System.Diagnostics.Debug.Assert((
_strokes
!= null) && (_strokeInfos != null) && (
_strokes
== sender));
186
int firstIndex =
_strokes
.IndexOf(added[0]);
220
if (
_strokes
.Count != _strokeInfos.Count)
228
if (_strokeInfos[i].Stroke !=
_strokes
[i])
244
List<StrokeInfo> newStrokeInfos = new List<StrokeInfo>(
_strokes
.Count);
245
foreach (Stroke stroke in
_strokes
)