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