4 references to _strokeInfoList
PresentationCore (4)
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (4)
177
get { return
_strokeInfoList
.Count > 0; }
181
get { return
_strokeInfoList
.Count == 1; }
185
_strokeInfoList
.Add(si);
189
_strokeInfoList
.Remove(si);