4 types derived from GradientBrush
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\LinearGradientBrush.cs (1)
51sealed partial class LinearGradientBrush : GradientBrush
Core\CSharp\System\Windows\Media\Generated\RadialGradientBrush.cs (1)
51sealed partial class RadialGradientBrush : GradientBrush
Core\CSharp\System\Windows\Media\LinearGradientBrush.cs (1)
38public sealed partial class LinearGradientBrush : GradientBrush
Core\CSharp\System\Windows\Media\RadialGradientBrush.cs (1)
38public sealed partial class RadialGradientBrush : GradientBrush
40 references to GradientBrush
PresentationCore (13)
Core\CSharp\System\Windows\Media\Generated\GradientBrush.cs (13)
65public new GradientBrush Clone() 67return (GradientBrush)base.Clone(); 74public new GradientBrush CloneCurrentValue() 76return (GradientBrush)base.CloneCurrentValue(); 92GradientBrush target = ((GradientBrush) d); 99GradientBrush target = ((GradientBrush) d); 106GradientBrush target = ((GradientBrush) d); 117GradientBrush target = ((GradientBrush) d); 315Type typeofThis = typeof(GradientBrush);
PresentationFramework (11)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
343case 251: t = () => typeof(GradientBrush); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (6)
2704Type type = typeof(System.Windows.Media.GradientBrush); 2705DependencyProperty dp = System.Windows.Media.GradientBrush.GradientStopsProperty; 2707this.GetXamlType(typeof(System.Windows.Media.GradientBrush)), // DeclaringType 7393Type type = typeof(System.Windows.Media.GradientBrush); 7394DependencyProperty dp = System.Windows.Media.GradientBrush.MappingModeProperty; 7396this.GetXamlType(typeof(System.Windows.Media.GradientBrush)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4849typeof(System.Windows.Media.GradientBrush),
src\Framework\System\Windows\Markup\KnownTypes.cs (3)
1801return System.Windows.Media.GradientBrush.GradientStopsProperty; 2470return (o as System.Windows.Media.GradientBrush).GradientStops; 5795case KnownElements.GradientBrush: t = typeof(System.Windows.Media.GradientBrush); break;
PresentationFramework.Aero (16)
Microsoft\Windows\Themes\BulletChrome.cs (16)
151stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 162stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 203stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 222stops = ((GradientBrush)chrome.HighlightStroke.Brush).GradientStops; 237stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 261stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 289GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 307stops = ((GradientBrush)chrome.HighlightStroke.Brush).GradientStops; 364GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 383stops = ((GradientBrush)chrome.HighlightStroke.Brush).GradientStops; 397GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 426GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 460GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 544GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 2018private GradientBrush InnerFill 2422public GradientBrush InnerFill;