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