2 references to CascadeInputTransparentProperty
Microsoft.Maui.Controls (2)
LegacyLayouts\Layout.cs (2)
155
get => (bool)GetValue(
CascadeInputTransparentProperty
);
156
set => SetValue(
CascadeInputTransparentProperty
, value);