4 references to VisualElement
Microsoft.Maui.Controls (4)
PlatformConfiguration\WindowsSpecific\Page.cs (2)
83 /// <param name="element">A page, the <see cref="VisualElement"/> that occupies the entire screen.</param> 93 /// <param name="element">A page, the <see cref="VisualElement"/> that occupies the entire screen.</param>
PlatformConfiguration\WindowsSpecific\VisualElement.cs (2)
11 BindableProperty.Create("AccessKey", typeof(string), typeof(VisualElement)); 15 BindableProperty.Create(nameof(AccessKeyPlacement), typeof(AccessKeyPlacement), typeof(VisualElement), AccessKeyPlacement.Auto);