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