4 types derived from GradientBrush
PresentationCore (4)
System\Windows\Media\Generated\LinearGradientBrush.cs (1)
17
sealed partial class LinearGradientBrush :
GradientBrush
System\Windows\Media\Generated\RadialGradientBrush.cs (1)
17
sealed partial class RadialGradientBrush :
GradientBrush
System\Windows\Media\LinearGradientBrush.cs (1)
21
public sealed partial class LinearGradientBrush :
GradientBrush
System\Windows\Media\RadialGradientBrush.cs (1)
21
public sealed partial class RadialGradientBrush :
GradientBrush
82 references to GradientBrush
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Utilities\BrushToColorConverter.cs (1)
18
GradientBrush
gradientBrush => gradientBrush.GradientStops.FirstOrDefault()?.Color ?? Colors.Transparent,
PresentationCore (13)
System\Windows\Media\Generated\GradientBrush.cs (13)
31
public new
GradientBrush
Clone()
33
return (
GradientBrush
)base.Clone();
40
public new
GradientBrush
CloneCurrentValue()
42
return (
GradientBrush
)base.CloneCurrentValue();
58
GradientBrush
target = ((
GradientBrush
) d);
65
GradientBrush
target = ((
GradientBrush
) d);
72
GradientBrush
target = ((
GradientBrush
) d);
79
GradientBrush
target = ((
GradientBrush
) d);
276
Type typeofThis = typeof(
GradientBrush
);
PresentationFramework (11)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
345
case 251: t = () => typeof(
GradientBrush
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (6)
2710
Type type = typeof(System.Windows.Media.
GradientBrush
);
2711
DependencyProperty dp = System.Windows.Media.
GradientBrush
.GradientStopsProperty;
2713
this.GetXamlType(typeof(System.Windows.Media.
GradientBrush
)), // DeclaringType
7433
Type type = typeof(System.Windows.Media.
GradientBrush
);
7434
DependencyProperty dp = System.Windows.Media.
GradientBrush
.MappingModeProperty;
7436
this.GetXamlType(typeof(System.Windows.Media.
GradientBrush
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4851
typeof(System.Windows.Media.
GradientBrush
),
System\Windows\Markup\KnownTypes.cs (3)
1800
return System.Windows.Media.
GradientBrush
.GradientStopsProperty;
2477
return (o as System.Windows.Media.
GradientBrush
).GradientStops;
5805
case KnownElements.GradientBrush: t = typeof(System.Windows.Media.
GradientBrush
); break;
PresentationFramework.Aero (16)
Microsoft\Windows\Themes\BulletChrome.cs (16)
139
stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
150
stops = ((
GradientBrush
)chrome.GlyphFill).GradientStops;
191
stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
210
stops = ((
GradientBrush
)chrome.HighlightStroke.Brush).GradientStops;
225
stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
249
stops = ((
GradientBrush
)chrome.GlyphFill).GradientStops;
277
GradientStopCollection stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
295
stops = ((
GradientBrush
)chrome.HighlightStroke.Brush).GradientStops;
352
GradientStopCollection stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
371
stops = ((
GradientBrush
)chrome.HighlightStroke.Brush).GradientStops;
385
GradientStopCollection stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
414
GradientStopCollection stops = ((
GradientBrush
)chrome.GlyphFill).GradientStops;
448
GradientStopCollection stops = ((
GradientBrush
)chrome.GlyphFill).GradientStops;
532
GradientStopCollection stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
2006
private
GradientBrush
InnerFill
2410
public
GradientBrush
InnerFill;
PresentationFramework.Aero2 (16)
Microsoft\Windows\Themes\BulletChrome.cs (16)
139
stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
150
stops = ((
GradientBrush
)chrome.GlyphFill).GradientStops;
191
stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
210
stops = ((
GradientBrush
)chrome.HighlightStroke.Brush).GradientStops;
225
stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
249
stops = ((
GradientBrush
)chrome.GlyphFill).GradientStops;
277
GradientStopCollection stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
295
stops = ((
GradientBrush
)chrome.HighlightStroke.Brush).GradientStops;
352
GradientStopCollection stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
371
stops = ((
GradientBrush
)chrome.HighlightStroke.Brush).GradientStops;
385
GradientStopCollection stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
414
GradientStopCollection stops = ((
GradientBrush
)chrome.GlyphFill).GradientStops;
448
GradientStopCollection stops = ((
GradientBrush
)chrome.GlyphFill).GradientStops;
532
GradientStopCollection stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
2006
private
GradientBrush
InnerFill
2410
public
GradientBrush
InnerFill;
ReachFramework (23)
AlphaFlattener\BrushProxy.cs (21)
611
if (_brush is
GradientBrush
)
613
GradientBrush
y = _brush as
GradientBrush
;
702
if (_brush is
GradientBrush
)
704
GradientBrush
y = _brush as
GradientBrush
;
1064
else if (_brush is
GradientBrush
)
1890
GradientBrush
brush,
1970
GradientBrush
g = _brush as
GradientBrush
;
2392
private static GradientStopCollection BlendGradientStops(
GradientBrush
a, bool opacityOnlyA,
GradientBrush
b, bool opacityOnlyB)
2688
GradientBrush
gb = brushProxy.Brush as
GradientBrush
;
2840
GradientBrush
gradientBrush = brush as
GradientBrush
;
2938
GradientBrush
gb = brush as
GradientBrush
;
3326
if (brushB.Brush is
GradientBrush
)
3328
GradientBrush
gradientBrush = (
GradientBrush
)brushB.Brush;
Serialization\VisualSerializer.cs (2)
1731
GradientBrush
gb = b as
GradientBrush
;
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (2)
388
SWM.
GradientBrush
gradientBrush = brush as SWM.
GradientBrush
;