2 references to WindowPropertyKey
Microsoft.Maui.Controls (2)
Shell\BaseShellItem.cs (2)
300
public static readonly BindableProperty WindowProperty =
WindowPropertyKey
.BindableProperty;
307
set => SetValue(
WindowPropertyKey
, value);