Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
2 references to Count
PresentationCore (1)
Core\CSharp\System\Windows\FreezableCollection.cs (1)
666
for (int i=0; i<this.
Count
; i++)
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
4486
if (index >= 0 && index < taskbar.ThumbButtonInfos.
Count
)