Implemented interface members:
16 references to Count
PresentationCore (3)
System\Windows\Media\Generated\GradientStopCollection.cs (1)
502
for (int i=0; i<this.
Count
; i++)
System\Windows\Media\LinearGradientBrush.cs (1)
192
int count = (vGradientStops == null) ? 0 : vGradientStops.
Count
;
System\Windows\Media\RadialGradientBrush.cs (1)
141
int count = (vGradientStops == null) ? 0 : vGradientStops.
Count
;
ReachFramework (13)
AlphaFlattener\BrushProxy.cs (12)
1996
for (int i = 1; i < g.GradientStops.
Count
; i++)
2047
Debug.Assert(g.GradientStops.
Count
> 0);
2056
for (int stopIndex = 1; stopIndex < g.GradientStops.
Count
; stopIndex++)
2406
if ((gcA != null) && (gcB != null) && (gcA.
Count
== gcB.
Count
))
2408
for (int i = 0; i < gcA.
Count
; i++)
2421
for (int i = 0; i < gcA.
Count
; i++)
2850
if (stops == null || stops.
Count
== 0)
2949
Debug.Assert(gsc != null && gsc.
Count
> 0, "BrushProxy.IsEmpty should return true upon GradientBrush with zero stops");
3719
_color = new MyColor[stops.
Count
+ 2];
3720
_offset = new double [stops.
Count
+ 2];
3723
for (int i = 0; i < stops.
Count
; i++)
Serialization\VisualSerializer.cs (1)
362
int count = gsc.
Count
;