2 references to CornerRadiusProperty
PresentationFramework.Aero (2)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
87
get { return (CornerRadius)GetValue(
CornerRadiusProperty
); }
88
set { SetValue(
CornerRadiusProperty
, value); }