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)
666for (int i=0; i<this.Count; i++)
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
4486if (index >= 0 && index < taskbar.ThumbButtonInfos.Count)