4 references to _strokeInfoList
PresentationCore (4)
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (4)
191
get { return
_strokeInfoList
.Count > 0; }
195
get { return
_strokeInfoList
.Count == 1; }
199
_strokeInfoList
.Add(si);
203
_strokeInfoList
.Remove(si);