5 references to Center
PresentationFramework.Royale (5)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (5)
209
drawingContext.DrawRectangle(brushes[
Center
], null, center);
278
drawingContext.DrawGeometry(brushes[
Center
], null, geometry);
326
brushes[
Center
] = new SolidColorBrush(c);
327
brushes[
Center
].Freeze();
451
if (c == ((SolidColorBrush)_commonBrushes[
Center
]).Color &&