7 references to ScaleProperty
Microsoft.Maui.Controls (5)
Compatibility\Handlers\iOS\VisualElementRenderer.cs (1)
52
e.PropertyName == VisualElement.
ScaleProperty
.PropertyName ||
RadioButton\RadioButton.cs (1)
453
border.SetBinding(
ScaleProperty
, static (RadioButton rb) => rb.Scale, source: RelativeBindingSource.TemplatedParent);
VisualElement\VisualElement.cs (3)
212
bindable.ClearValue(
ScaleProperty
);
816
get => (double)GetValue(
ScaleProperty
);
817
set => SetValue(
ScaleProperty
, value);
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Renderers\VisualElementRenderer.cs (2)
62
RegisterPropertyHandler(VisualElement.
ScaleProperty
, UpdateTransformation);
376
e.PropertyName == VisualElement.
ScaleProperty
.PropertyName ||