19 instantiations of CornerRadius
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
PresentationFramework (10)
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
59new CornerRadius(),
PresentationFramework.Aero2 (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
59new CornerRadius(),
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
59new CornerRadius(),
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
59new CornerRadius(),
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
59new CornerRadius(),
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
59new CornerRadius(),
System.Windows.Controls.Ribbon (1)
99 references to CornerRadius
PresentationFramework (38)
System\Windows\CornerRadiusConverter.cs (8)
121if (!(value is CornerRadius))
123throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(CornerRadius)), nameof(value));
126CornerRadius cr = (CornerRadius)value;
130ConstructorInfo ci = typeof(CornerRadius).GetConstructor(new Type[] { typeof(double), typeof(double), typeof(double), typeof(double) });
134throw new ArgumentException(SR.Format(SR.CannotConvertType, typeof(CornerRadius), destinationType.FullName));
147internal static string ToString(CornerRadius cr, CultureInfo cultureInfo)
154internal static CornerRadius FromString(string s, CultureInfo cultureInfo)
PresentationFramework.Aero (9)
PresentationFramework.Aero2 (9)
PresentationFramework.AeroLite (9)
PresentationFramework.Classic (9)
PresentationFramework.Luna (9)
PresentationFramework.Royale (9)
System.Windows.Controls.Ribbon (7)