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