1 write to ScaleYProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\ScaleTransform.cs (1)
407
ScaleYProperty
=
4 references to ScaleYProperty
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\ScaleTransform.cs (4)
102
target.PropertyChanged(
ScaleYProperty
);
144
return (double) GetValue(
ScaleYProperty
);
148
SetValueInternal(
ScaleYProperty
, value);
230
DUCE.ResourceHandle hScaleYAnimations = GetAnimationResourceHandle(
ScaleYProperty
, channel);