2 references to RoundCornersProperty
PresentationFramework.Aero2 (2)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
384
get { return (bool)GetValue(
RoundCornersProperty
); }
385
set { SetValue(
RoundCornersProperty
, value); }