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