8 references to ScaleYProperty
Microsoft.Maui.Controls (7)
Compatibility\Handlers\iOS\VisualElementRenderer.cs (1)
54
e.PropertyName == VisualElement.
ScaleYProperty
.PropertyName ||
RadioButton\RadioButton.cs (1)
455
border.SetBinding(
ScaleYProperty
, static (RadioButton rb) => rb.ScaleY, source: RelativeBindingSource.TemplatedParent);
VisualElement\VisualElement.cs (5)
214
bindable.ClearValue(
ScaleYProperty
);
243
bindable.SetValue(
ScaleYProperty
, scaleY);
250
bindable.SetValue(
ScaleYProperty
, scaleY);
836
get => (double)GetValue(
ScaleYProperty
);
837
set => SetValue(
ScaleYProperty
, value);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\VisualElementRenderer.cs (1)
64
RegisterPropertyHandler(VisualElement.
ScaleYProperty
, UpdateTransformation);