2 writes to CenterY
PresentationCore (1)
Core\CSharp\System\Windows\Media\ScaleTransform.cs (1)
65CenterY = centerY;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
232mirrorTransform.CenterY = rect.Height / 2;
4 references to CenterY
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\ScaleTransform.cs (1)
257data.CenterY = CenterY;
Core\CSharp\System\Windows\Media\ScaleTransform.cs (3)
79m.ScaleAt(ScaleX, ScaleY, CenterX, CenterY); 106double centerY = CenterY; 137double centerY = CenterY;