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