11 references to SpreadMethod
PresentationCore (2)
System\Windows\Media\LinearGradientBrush.cs (1)
167data.SpreadMethod = SpreadMethod;
System\Windows\Media\RadialGradientBrush.cs (1)
110data.SpreadMethod = SpreadMethod;
ReachFramework (9)
AlphaFlattener\BrushProxy.cs (7)
2263switch (lB.SpreadMethod) 2463GradientSpreadMethod spread = lbA.SpreadMethod; 2465if (spread != lbB.SpreadMethod) 2552GradientSpreadMethod spread = rbA.SpreadMethod; 2554if (spread != rbB.SpreadMethod) 3997_gradient = new GradientColor(brush.GradientStops, opacity, brush.SpreadMethod, brush.ColorInterpolationMode); 4192_gradient = new GradientColor(b.GradientStops, opacity, b.SpreadMethod, b.ColorInterpolationMode);
Serialization\VisualSerializer.cs (2)
719WriteAttr("SpreadMethod", lb.SpreadMethod); 745WriteAttr("SpreadMethod", rb.SpreadMethod);