Implemented interface member:
5 references to Count
PresentationCore (5)
System\Windows\Generated\ContentElement.cs (1)
313if (bindingCollection != null && bindingCollection.Count > 0)
System\Windows\Generated\UIElement.cs (1)
313if (bindingCollection != null && bindingCollection.Count > 0)
System\Windows\Generated\UIElement3D.cs (1)
119if (bindingCollection != null && bindingCollection.Count > 0)
System\Windows\Input\Command\CommandBindingCollection.cs (2)
350for (int i = 0; i < Count; i++) 366while (index < Count)