16 instantiations of CornerRadius
PresentationFramework (10)
PresentationFramework.Aero (1)
PresentationFramework.Classic (1)
PresentationFramework.Luna (1)
PresentationFramework.Royale (1)
System.Activities.Core.Presentation (1)
System.Activities.Presentation (1)
76 references to CornerRadius
PresentationFramework (40)
src\Framework\System\Windows\CornerRadiusConverter.cs (8)
152if (!(value is CornerRadius))
155throw new ArgumentException(SR.Get(SRID.UnexpectedParameterType, value.GetType(), typeof(CornerRadius)), "value");
158CornerRadius cr = (CornerRadius)value;
162ConstructorInfo ci = typeof(CornerRadius).GetConstructor(new Type[] { typeof(double), typeof(double), typeof(double), typeof(double) });
166throw new ArgumentException(SR.Get(SRID.CannotConvertType, typeof(CornerRadius), destinationType.FullName));
182static internal string ToString(CornerRadius cr, CultureInfo cultureInfo)
202static internal CornerRadius FromString(string s, CultureInfo cultureInfo)
PresentationFramework.Aero (9)
PresentationFramework.Classic (9)
PresentationFramework.Luna (9)
PresentationFramework.Royale (9)