1 write to X
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1762 X = bounds.X;
3 references to X
Microsoft.Maui.Controls (2)
VisualElement\VisualElement.cs (2)
45 static readonly BindablePropertyKey XPropertyKey = BindableProperty.CreateReadOnly(nameof(X), typeof(double), typeof(VisualElement), default(double)); 47 /// <summary>Bindable property for <see cref="X"/>.</summary>
Microsoft.Maui.Controls.Foldable (1)
TwoPaneViewLayoutGuide.cs (1)
157 containerArea = new Rect(_layout.X, _layout.Y, width, height);