11 references to SpreadMethod
PresentationCore (2)
System\Windows\Media\LinearGradientBrush.cs (1)
168data.SpreadMethod = SpreadMethod;
System\Windows\Media\RadialGradientBrush.cs (1)
111data.SpreadMethod = SpreadMethod;
ReachFramework (9)
AlphaFlattener\BrushProxy.cs (7)
2265switch (lB.SpreadMethod) 2464GradientSpreadMethod spread = lbA.SpreadMethod; 2466if (spread != lbB.SpreadMethod) 2553GradientSpreadMethod spread = rbA.SpreadMethod; 2555if (spread != rbB.SpreadMethod) 3996_gradient = new GradientColor(brush.GradientStops, opacity, brush.SpreadMethod, brush.ColorInterpolationMode); 4191_gradient = new GradientColor(b.GradientStops, opacity, b.SpreadMethod, b.ColorInterpolationMode);
Serialization\VisualSerializer.cs (2)
719WriteAttr("SpreadMethod", lb.SpreadMethod); 745WriteAttr("SpreadMethod", rb.SpreadMethod);