5 references to Center
PresentationFramework.Royale (5)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (5)
214
drawingContext.DrawRectangle(brushes[
Center
], null, center);
283
drawingContext.DrawGeometry(brushes[
Center
], null, geometry);
331
brushes[
Center
] = new SolidColorBrush(c);
332
brushes[
Center
].Freeze();
448
if (c == ((SolidColorBrush)_commonBrushes[
Center
]).Color &&