2 references to MauiContextProperty
Microsoft.Maui.Controls (2)
Platform\Windows\CollectionView\ItemContentControl.cs (2)
42
get => (IMauiContext)GetValue(
MauiContextProperty
);
43
set => SetValue(
MauiContextProperty
, value);