4 types derived from GradientBrush
PresentationCore (4)
System\Windows\Media\Generated\LinearGradientBrush.cs (1)
45
sealed partial class LinearGradientBrush :
GradientBrush
System\Windows\Media\Generated\RadialGradientBrush.cs (1)
45
sealed partial class RadialGradientBrush :
GradientBrush
System\Windows\Media\LinearGradientBrush.cs (1)
34
public sealed partial class LinearGradientBrush :
GradientBrush
System\Windows\Media\RadialGradientBrush.cs (1)
34
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)
59
public new
GradientBrush
Clone()
61
return (
GradientBrush
)base.Clone();
68
public new
GradientBrush
CloneCurrentValue()
70
return (
GradientBrush
)base.CloneCurrentValue();
86
GradientBrush
target = ((
GradientBrush
) d);
93
GradientBrush
target = ((
GradientBrush
) d);
100
GradientBrush
target = ((
GradientBrush
) d);
107
GradientBrush
target = ((
GradientBrush
) d);
304
Type typeofThis = typeof(
GradientBrush
);
PresentationFramework (11)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
347
case 251: t = () => typeof(
GradientBrush
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (6)
2712
Type type = typeof(System.Windows.Media.
GradientBrush
);
2713
DependencyProperty dp = System.Windows.Media.
GradientBrush
.GradientStopsProperty;
2715
this.GetXamlType(typeof(System.Windows.Media.
GradientBrush
)), // DeclaringType
7435
Type type = typeof(System.Windows.Media.
GradientBrush
);
7436
DependencyProperty dp = System.Windows.Media.
GradientBrush
.MappingModeProperty;
7438
this.GetXamlType(typeof(System.Windows.Media.
GradientBrush
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4853
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)
145
stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
156
stops = ((
GradientBrush
)chrome.GlyphFill).GradientStops;
197
stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
216
stops = ((
GradientBrush
)chrome.HighlightStroke.Brush).GradientStops;
231
stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
255
stops = ((
GradientBrush
)chrome.GlyphFill).GradientStops;
283
GradientStopCollection stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
301
stops = ((
GradientBrush
)chrome.HighlightStroke.Brush).GradientStops;
358
GradientStopCollection stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
377
stops = ((
GradientBrush
)chrome.HighlightStroke.Brush).GradientStops;
391
GradientStopCollection stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
420
GradientStopCollection stops = ((
GradientBrush
)chrome.GlyphFill).GradientStops;
454
GradientStopCollection stops = ((
GradientBrush
)chrome.GlyphFill).GradientStops;
538
GradientStopCollection stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
2012
private
GradientBrush
InnerFill
2416
public
GradientBrush
InnerFill;
PresentationFramework.Aero2 (16)
Microsoft\Windows\Themes\BulletChrome.cs (16)
145
stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
156
stops = ((
GradientBrush
)chrome.GlyphFill).GradientStops;
197
stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
216
stops = ((
GradientBrush
)chrome.HighlightStroke.Brush).GradientStops;
231
stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
255
stops = ((
GradientBrush
)chrome.GlyphFill).GradientStops;
283
GradientStopCollection stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
301
stops = ((
GradientBrush
)chrome.HighlightStroke.Brush).GradientStops;
358
GradientStopCollection stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
377
stops = ((
GradientBrush
)chrome.HighlightStroke.Brush).GradientStops;
391
GradientStopCollection stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
420
GradientStopCollection stops = ((
GradientBrush
)chrome.GlyphFill).GradientStops;
454
GradientStopCollection stops = ((
GradientBrush
)chrome.GlyphFill).GradientStops;
538
GradientStopCollection stops = ((
GradientBrush
)chrome.InnerBorderPen.Brush).GradientStops;
2012
private
GradientBrush
InnerFill
2416
public
GradientBrush
InnerFill;
ReachFramework (23)
AlphaFlattener\BrushProxy.cs (21)
615
if (_brush is
GradientBrush
)
617
GradientBrush
y = _brush as
GradientBrush
;
706
if (_brush is
GradientBrush
)
708
GradientBrush
y = _brush as
GradientBrush
;
1068
else if (_brush is
GradientBrush
)
1894
GradientBrush
brush,
1974
GradientBrush
g = _brush as
GradientBrush
;
2396
private static GradientStopCollection BlendGradientStops(
GradientBrush
a, bool opacityOnlyA,
GradientBrush
b, bool opacityOnlyB)
2692
GradientBrush
gb = brushProxy.Brush as
GradientBrush
;
2844
GradientBrush
gradientBrush = brush as
GradientBrush
;
2942
GradientBrush
gb = brush as
GradientBrush
;
3330
if (brushB.Brush is
GradientBrush
)
3332
GradientBrush
gradientBrush = (
GradientBrush
)brushB.Brush;
Serialization\VisualSerializer.cs (2)
1739
GradientBrush
gb = b as
GradientBrush
;
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (2)
389
SWM.
GradientBrush
gradientBrush = brush as SWM.
GradientBrush
;