1 write to StartPointProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\LinearGradientBrush.cs (1)
321
StartPointProperty
=
5 references to StartPointProperty
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\LinearGradientBrush.cs (3)
95
target.PropertyChanged(
StartPointProperty
);
115
return (Point) GetValue(
StartPointProperty
);
119
SetValueInternal(
StartPointProperty
, value);
Core\CSharp\System\Windows\Media\LinearGradientBrush.cs (1)
175
DUCE.ResourceHandle hStartPointAnimations = GetAnimationResourceHandle(
StartPointProperty
, channel);
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6911
DependencyProperty dp = System.Windows.Media.LinearGradientBrush.
StartPointProperty
;