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