Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
3 references to Count
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\GradientStopCollection.cs (1)
518for (int i=0; i<this.Count; i++)
Core\CSharp\System\Windows\Media\LinearGradientBrush.cs (1)
201int count = (vGradientStops == null) ? 0 : vGradientStops.Count;
Core\CSharp\System\Windows\Media\RadialGradientBrush.cs (1)
152int count = (vGradientStops == null) ? 0 : vGradientStops.Count;