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