Implemented interface member:
5 references to Count
PresentationCore (5)
System\Windows\Generated\ContentElement.cs (1)
326
if (bindingCollection != null && bindingCollection.
Count
> 0)
System\Windows\Generated\UIElement.cs (1)
326
if (bindingCollection != null && bindingCollection.
Count
> 0)
System\Windows\Generated\UIElement3D.cs (1)
121
if (bindingCollection != null && bindingCollection.
Count
> 0)
System\Windows\Input\Command\CommandBindingCollection.cs (2)
351
for (int i = 0; i <
Count
; i++)
367
while (index <
Count
)