4 references to Count
PresentationCore (4)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (4)
1383if (Count() == 2) 1456if ((index >= Count()) || (index < 0)) 1461if (Count() == 1) 1621return _map.Count();