Implemented interface members:
16 references to Count
PresentationCore (3)
System\Windows\Media\Generated\GradientStopCollection.cs (1)
486for (int i=0; i<this.Count; i++)
System\Windows\Media\LinearGradientBrush.cs (1)
178int count = (vGradientStops == null) ? 0 : vGradientStops.Count;
System\Windows\Media\RadialGradientBrush.cs (1)
127int count = (vGradientStops == null) ? 0 : vGradientStops.Count;
ReachFramework (13)
AlphaFlattener\BrushProxy.cs (12)
1990for (int i = 1; i < g.GradientStops.Count; i++) 2041Debug.Assert(g.GradientStops.Count > 0); 2050for (int stopIndex = 1; stopIndex < g.GradientStops.Count; stopIndex++) 2400if ((gcA != null) && (gcB != null) && (gcA.Count == gcB.Count)) 2402for (int i = 0; i < gcA.Count; i++) 2415for (int i = 0; i < gcA.Count; i++) 2845if (stops == null || stops.Count == 0) 2944Debug.Assert(gsc != null && gsc.Count > 0, "BrushProxy.IsEmpty should return true upon GradientBrush with zero stops"); 3716_color = new MyColor[stops.Count + 2]; 3717_offset = new double [stops.Count + 2]; 3720for (int i = 0; i < stops.Count; i++)
Serialization\VisualSerializer.cs (1)
353int count = gsc.Count;