1 write to EndPointProperty
PresentationCore (1)
System\Windows\Media\Generated\LinearGradientBrush.cs (1)
313
EndPointProperty
=
5 references to EndPointProperty
PresentationCore (4)
System\Windows\Media\Generated\LinearGradientBrush.cs (3)
96
target.PropertyChanged(
EndPointProperty
);
124
return (Point) GetValue(
EndPointProperty
);
128
SetValueInternal(
EndPointProperty
, value);
System\Windows\Media\LinearGradientBrush.cs (1)
167
DUCE.ResourceHandle hEndPointAnimations = GetAnimationResourceHandle(
EndPointProperty
, channel);
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6970
DependencyProperty dp = System.Windows.Media.LinearGradientBrush.
EndPointProperty
;