2 references to YPropertyKey
Microsoft.Maui.Controls (2)
VisualElement\VisualElement.cs (2)
54
public static readonly BindableProperty YProperty =
YPropertyKey
.BindableProperty;
942
private set { SetValue(
YPropertyKey
, value); }