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