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