11 references to SpreadMethod
PresentationCore (2)
System\Windows\Media\LinearGradientBrush.cs (1)
181data.SpreadMethod = SpreadMethod;
System\Windows\Media\RadialGradientBrush.cs (1)
124data.SpreadMethod = SpreadMethod;
ReachFramework (9)
AlphaFlattener\BrushProxy.cs (7)
2269switch (lB.SpreadMethod) 2468GradientSpreadMethod spread = lbA.SpreadMethod; 2470if (spread != lbB.SpreadMethod) 2557GradientSpreadMethod spread = rbA.SpreadMethod; 2559if (spread != rbB.SpreadMethod) 4000_gradient = new GradientColor(brush.GradientStops, opacity, brush.SpreadMethod, brush.ColorInterpolationMode); 4195_gradient = new GradientColor(b.GradientStops, opacity, b.SpreadMethod, b.ColorInterpolationMode);
Serialization\VisualSerializer.cs (2)
727WriteAttr("SpreadMethod", lb.SpreadMethod); 753WriteAttr("SpreadMethod", rb.SpreadMethod);