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