Implemented interface member:
property
Count
System.Collections.ICollection.Count
5 references to Count
PresentationCore (5)
Core\CSharp\System\Windows\Generated\ContentElement.cs (1)
347if (bindingCollection != null && bindingCollection.Count > 0)
Core\CSharp\System\Windows\Generated\UIElement.cs (1)
347if (bindingCollection != null && bindingCollection.Count > 0)
Core\CSharp\System\Windows\Generated\UIElement3D.cs (1)
129if (bindingCollection != null && bindingCollection.Count > 0)
Core\CSharp\System\Windows\Input\Command\CommandBindingCollection.cs (2)
388for (int i = 0; i < Count; i++) 410while (index < Count)