1 write to clipScale
Roslyn.VisualStudio.DiagnosticsWindow (1)
StatusIndicator.g.cs (1)
82
this.
clipScale
= ((System.Windows.Media.ScaleTransform)(target));
4 references to clipScale
Roslyn.VisualStudio.DiagnosticsWindow (4)
PerfMargin\StatusIndicator.xaml.cs (4)
61
this.
clipScale
.BeginAnimation(ScaleTransform.ScaleXProperty, null);
65
this.
clipScale
.ScaleX = Math.Max(this.
clipScale
.ScaleX, MinimumScale);
68
this.
clipScale
.BeginAnimation(ScaleTransform.ScaleXProperty, anim, HandoffBehavior.SnapshotAndReplace);