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