14 references to GetCount
PresentationCore (14)
MS\Internal\Ink\ErasingStroke.cs (1)
55System.Diagnostics.Debug.Assert((path != null) && (IEnumerablePointHelper.GetCount(path) != 0));
System\Windows\Ink\IncrementalHitTester.cs (3)
39if (IEnumerablePointHelper.GetCount(points) == 0) 320System.Diagnostics.Debug.Assert((points != null) && (IEnumerablePointHelper.GetCount(points)!= 0)); 511System.Diagnostics.Debug.Assert((points != null) && (IEnumerablePointHelper.GetCount(points) != 0));
System\Windows\Ink\Stroke.cs (1)
1175points = new Point[GetCount(ienum)];
System\Windows\Ink\Stroke2.cs (4)
118if (IEnumerablePointHelper.GetCount(lassoPoints) == 0) 149if (IEnumerablePointHelper.GetCount(lassoPoints) == 0) 312if (IEnumerablePointHelper.GetCount(path) == 0) 565if (IEnumerablePointHelper.GetCount(path) == 0)
System\Windows\Ink\StrokeCollection2.cs (5)
87if (IEnumerablePointHelper.GetCount(lassoPoints) < 3) 185if (IEnumerablePointHelper.GetCount(path) == 0) 222int length = IEnumerablePointHelper.GetCount(lassoPoints); 272int length = IEnumerablePointHelper.GetCount(lassoPoints); 324if (IEnumerablePointHelper.GetCount(eraserPath) == 0)