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