2 writes to ScaleX
PresentationCore (1)
System\Windows\Media\ScaleTransform.cs (1)
48ScaleX = scaleX;
Roslyn.VisualStudio.DiagnosticsWindow (1)
PerfMargin\StatusIndicator.xaml.cs (1)
65this.clipScale.ScaleX = Math.Max(this.clipScale.ScaleX, MinimumScale);
6 references to ScaleX
PresentationCore (5)
System\Windows\Media\Generated\ScaleTransform.cs (1)
230data.ScaleX = ScaleX;
System\Windows\Media\ScaleTransform.cs (4)
77m.ScaleAt(ScaleX, ScaleY, CenterX, CenterY); 90return ScaleX == 1 && ScaleY == 1 && CanFreeze; 101double scaleX = ScaleX; 132result._m11 = ScaleX;
Roslyn.VisualStudio.DiagnosticsWindow (1)
PerfMargin\StatusIndicator.xaml.cs (1)
65this.clipScale.ScaleX = Math.Max(this.clipScale.ScaleX, MinimumScale);