1 write to ScaleXProperty
PresentationCore (1)
System\Windows\Media\Generated\ScaleTransform.cs (1)
370ScaleXProperty =
6 references to ScaleXProperty
PresentationCore (4)
System\Windows\Media\Generated\ScaleTransform.cs (4)
74target.PropertyChanged(ScaleXProperty); 108return (double) GetValue(ScaleXProperty); 112SetValueInternal(ScaleXProperty, value); 202DUCE.ResourceHandle hScaleXAnimations = GetAnimationResourceHandle(ScaleXProperty, channel);
Roslyn.VisualStudio.DiagnosticsWindow (2)
PerfMargin\StatusIndicator.xaml.cs (2)
61this.clipScale.BeginAnimation(ScaleTransform.ScaleXProperty, null); 68this.clipScale.BeginAnimation(ScaleTransform.ScaleXProperty, anim, HandoffBehavior.SnapshotAndReplace);