Implemented interface member:
4 references to Count
PresentationCore (4)
System\Windows\Generated\ContentElement.cs (1)
265if (bindingCollection != null && bindingCollection.Count > 0)
System\Windows\Generated\UIElement.cs (1)
265if (bindingCollection != null && bindingCollection.Count > 0)
System\Windows\Generated\UIElement3D.cs (1)
69if (bindingCollection != null && bindingCollection.Count > 0)
System\Windows\Input\Command\InputBindingCollection.cs (1)
423for (int i = Count - 1; i >= 0; i--)