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