2 writes to ScaleX
PresentationCore (1)
System\Windows\Media\ScaleTransform.cs (1)
31ScaleX = 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)
202data.ScaleX = ScaleX;
System\Windows\Media\ScaleTransform.cs (4)
60m.ScaleAt(ScaleX, ScaleY, CenterX, CenterY); 73return ScaleX == 1 && ScaleY == 1 && CanFreeze; 84double scaleX = ScaleX; 115result._m11 = ScaleX;
Roslyn.VisualStudio.DiagnosticsWindow (1)
PerfMargin\StatusIndicator.xaml.cs (1)
65this.clipScale.ScaleX = Math.Max(this.clipScale.ScaleX, MinimumScale);