25 references to Count
PresentationCore (25)
Core\CSharp\System\Windows\Media\Visual.cs (3)
297return _proxy.Count; 2709for (int i = 0; i < _proxy.Count; i++) 3919for (int i = 0; i < _proxy.Count; i++)
Core\CSharp\System\Windows\Media\VisualProxy.cs (13)
96return Count != 0; 144int count = Count; 256int count = Count; 354Debug.Assert(index >= 0 && index < Count); 356if (index < Count) 397Debug.Assert(index >= 0 && index < Count); 399if (index < Count) 440if (index < Count) 476Debug.Assert(index >= 0 && index < Count); 478if (index < Count) 506for (int i = 0, limit = Count - 1; i < limit; i++) 526for (int i = 0, limit = Count - 1; i < limit; i++) 558for (int i = 0, limit = Count - 1; i < limit; i++)
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (6)
412for (int i = 0, limit = _proxy3D.Count; i < limit; i++) 659_proxy.Count == _proxy3D.Count, 679_proxy.Count == _proxy3D.Count, 689return _proxy.Count;
Core\CSharp\System\Windows\Media3D\Visual3D.cs (3)
138return _proxy.Count; 320for (int i = 0, limit = _proxy.Count; i < limit; i++) 1523for (int i = 0; i < _proxy.Count; i++)