1 write to GradientStopsProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\GradientBrush.cs (1)
343
GradientStopsProperty
=
7 references to GradientStopsProperty
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\GradientBrush.cs (3)
120
target.PropertyChanged(
GradientStopsProperty
);
178
return (GradientStopCollection) GetValue(
GradientStopsProperty
);
182
SetValueInternal(
GradientStopsProperty
, value);
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
2705
DependencyProperty dp = System.Windows.Media.GradientBrush.
GradientStopsProperty
;
4980
DependencyProperty dp = System.Windows.Media.LinearGradientBrush.
GradientStopsProperty
;
5406
DependencyProperty dp = System.Windows.Media.RadialGradientBrush.
GradientStopsProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1801
return System.Windows.Media.GradientBrush.
GradientStopsProperty
;