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