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