1 write to StartPointProperty
PresentationCore (1)
System\Windows\Media\Generated\LinearGradientBrush.cs (1)
304StartPointProperty =
5 references to StartPointProperty
PresentationCore (4)
System\Windows\Media\Generated\LinearGradientBrush.cs (3)
89target.PropertyChanged(StartPointProperty); 109return (Point) GetValue(StartPointProperty); 113SetValueInternal(StartPointProperty, value);
System\Windows\Media\LinearGradientBrush.cs (1)
166DUCE.ResourceHandle hStartPointAnimations = GetAnimationResourceHandle(StartPointProperty, channel);
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6953DependencyProperty dp = System.Windows.Media.LinearGradientBrush.StartPointProperty;