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