2 references to IgnoresContainerAreaProperty
Microsoft.Maui.Controls (2)
Page\Page.cs (2)
198
get { return (bool)GetValue(
IgnoresContainerAreaProperty
); }
199
set { SetValue(
IgnoresContainerAreaProperty
, value); }