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