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