5 references to CreateStops
PresentationFramework.Royale (5)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (5)
337GradientStopCollection sideStops = CreateStops(c, 0); 361topLeftStops = CreateStops(c, cornerRadius.TopLeft); 378topRightStops = CreateStops(c, cornerRadius.TopRight); 397bottomLeftStops = CreateStops(c, cornerRadius.BottomLeft); 418bottomRightStops = CreateStops(c, cornerRadius.BottomRight);