14 references to GetCount
PresentationCore (14)
MS\Internal\Ink\ErasingStroke.cs (1)
56System.Diagnostics.Debug.Assert((path != null) && (IEnumerablePointHelper.GetCount(path) != 0));
System\Windows\Ink\IncrementalHitTester.cs (3)
40if (IEnumerablePointHelper.GetCount(points) == 0) 321System.Diagnostics.Debug.Assert((points != null) && (IEnumerablePointHelper.GetCount(points)!= 0)); 512System.Diagnostics.Debug.Assert((points != null) && (IEnumerablePointHelper.GetCount(points) != 0));
System\Windows\Ink\Stroke.cs (1)
1176points = new Point[GetCount(ienum)];
System\Windows\Ink\Stroke2.cs (4)
119if (IEnumerablePointHelper.GetCount(lassoPoints) == 0) 150if (IEnumerablePointHelper.GetCount(lassoPoints) == 0) 313if (IEnumerablePointHelper.GetCount(path) == 0) 566if (IEnumerablePointHelper.GetCount(path) == 0)
System\Windows\Ink\StrokeCollection2.cs (5)
88if (IEnumerablePointHelper.GetCount(lassoPoints) < 3) 186if (IEnumerablePointHelper.GetCount(path) == 0) 223int length = IEnumerablePointHelper.GetCount(lassoPoints); 273int length = IEnumerablePointHelper.GetCount(lassoPoints); 325if (IEnumerablePointHelper.GetCount(eraserPath) == 0)