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