2 references to FillProperty
PresentationFramework.Royale (2)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
181get { return (Brush) GetValue(FillProperty); } 182set { SetValue(FillProperty, value); }