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)
64new CornerRadius(),
PresentationFramework.Aero2 (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
64new CornerRadius(),
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
64new CornerRadius(),
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
64new CornerRadius(),
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
64new CornerRadius(),
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
64new CornerRadius(),
System.Windows.Controls.Ribbon (1)
101 references to CornerRadius
PresentationFramework (40)
System\Windows\CornerRadiusConverter.cs (8)
139if (!(value is CornerRadius))
142throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(CornerRadius)), "value");
145CornerRadius cr = (CornerRadius)value;
149ConstructorInfo ci = typeof(CornerRadius).GetConstructor(new Type[] { typeof(double), typeof(double), typeof(double), typeof(double) });
153throw new ArgumentException(SR.Format(SR.CannotConvertType, typeof(CornerRadius), destinationType.FullName));
169static internal string ToString(CornerRadius cr, CultureInfo cultureInfo)
176static internal 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)