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