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