5 references to CreateStops
PresentationFramework.Aero (5)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (5)
342
GradientStopCollection sideStops =
CreateStops
(c, 0);
366
topLeftStops =
CreateStops
(c, cornerRadius.TopLeft);
383
topRightStops =
CreateStops
(c, cornerRadius.TopRight);
402
bottomLeftStops =
CreateStops
(c, cornerRadius.BottomLeft);
423
bottomRightStops =
CreateStops
(c, cornerRadius.BottomRight);