2 references to FormsContainerProperty
Microsoft.Maui.Controls (2)
Platform\Windows\CollectionView\ItemContentControl.cs (2)
95
get => (BindableObject)GetValue(
FormsContainerProperty
);
96
set => SetValue(
FormsContainerProperty
, value);