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