1 write to ScaleYProperty
PresentationCore (1)
System\Windows\Media\Generated\ScaleTransform.cs (1)
386
ScaleYProperty
=
4 references to ScaleYProperty
PresentationCore (4)
System\Windows\Media\Generated\ScaleTransform.cs (4)
96
target.PropertyChanged(
ScaleYProperty
);
138
return (double) GetValue(
ScaleYProperty
);
142
SetValueInternal(
ScaleYProperty
, value);
218
DUCE.ResourceHandle hScaleYAnimations = GetAnimationResourceHandle(
ScaleYProperty
, channel);