Implemented interface member:
property
Count
System.Collections.ICollection.Count
4 references to Count
PresentationCore (4)
Core\CSharp\System\Windows\Generated\ContentElement.cs (1)
297
if (bindingCollection != null && bindingCollection.
Count
> 0)
Core\CSharp\System\Windows\Generated\UIElement.cs (1)
297
if (bindingCollection != null && bindingCollection.
Count
> 0)
Core\CSharp\System\Windows\Generated\UIElement3D.cs (1)
79
if (bindingCollection != null && bindingCollection.
Count
> 0)
Core\CSharp\System\Windows\Input\Command\InputBindingCollection.cs (1)
456
for (int i =
Count
- 1; i >= 0; i--)