5 references to CreateStops
PresentationFramework.Royale (5)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (5)
332GradientStopCollection sideStops = CreateStops(c, 0); 356topLeftStops = CreateStops(c, cornerRadius.TopLeft); 375topRightStops = CreateStops(c, cornerRadius.TopRight); 396bottomLeftStops = CreateStops(c, cornerRadius.BottomLeft); 419bottomRightStops = CreateStops(c, cornerRadius.BottomRight);