14 references to GetCount
PresentationCore (14)
Core\CSharp\MS\Internal\Ink\ErasingStroke.cs (1)
59System.Diagnostics.Debug.Assert((path != null) && (IEnumerablePointHelper.GetCount(path) != 0));
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (3)
54if (IEnumerablePointHelper.GetCount(points) == 0) 341System.Diagnostics.Debug.Assert((points != null) && (IEnumerablePointHelper.GetCount(points)!= 0)); 532System.Diagnostics.Debug.Assert((points != null) && (IEnumerablePointHelper.GetCount(points) != 0));
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
1213points = new Point[GetCount(ienum)];
Core\CSharp\System\Windows\Ink\Stroke2.cs (4)
140if (IEnumerablePointHelper.GetCount(lassoPoints) == 0) 174if (IEnumerablePointHelper.GetCount(lassoPoints) == 0) 359if (IEnumerablePointHelper.GetCount(path) == 0) 624if (IEnumerablePointHelper.GetCount(path) == 0)
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (5)
105if (IEnumerablePointHelper.GetCount(lassoPoints) < 3) 217if (IEnumerablePointHelper.GetCount(path) == 0) 261int length = IEnumerablePointHelper.GetCount(lassoPoints); 314int length = IEnumerablePointHelper.GetCount(lassoPoints); 366if (IEnumerablePointHelper.GetCount(eraserPath) == 0)