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