1 write to StartPointProperty
PresentationCore (1)
System\Windows\Media\Generated\LinearGradientBrush.cs (1)
290StartPointProperty =
5 references to StartPointProperty
PresentationCore (4)
System\Windows\Media\Generated\LinearGradientBrush.cs (3)
71target.PropertyChanged(StartPointProperty); 91return (Point) GetValue(StartPointProperty); 95SetValueInternal(StartPointProperty, value);
System\Windows\Media\LinearGradientBrush.cs (1)
152DUCE.ResourceHandle hStartPointAnimations = GetAnimationResourceHandle(StartPointProperty, channel);
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7480DependencyProperty dp = System.Windows.Media.LinearGradientBrush.StartPointProperty;