4 references to _strokeInfoList
PresentationCore (4)
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (4)
176
get { return
_strokeInfoList
.Count > 0; }
180
get { return
_strokeInfoList
.Count == 1; }
184
_strokeInfoList
.Add(si);
188
_strokeInfoList
.Remove(si);