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