Implemented interface member:
property
Count
System.Collections.ICollection.Count
5 references to Count
PresentationCore (5)
Core\CSharp\System\Windows\Generated\ContentElement.cs (1)
347
if (bindingCollection != null && bindingCollection.
Count
> 0)
Core\CSharp\System\Windows\Generated\UIElement.cs (1)
347
if (bindingCollection != null && bindingCollection.
Count
> 0)
Core\CSharp\System\Windows\Generated\UIElement3D.cs (1)
129
if (bindingCollection != null && bindingCollection.
Count
> 0)
Core\CSharp\System\Windows\Input\Command\CommandBindingCollection.cs (2)
388
for (int i = 0; i <
Count
; i++)
410
while (index <
Count
)