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