2 references to IsClippedToBoundsProperty
Microsoft.Maui.Controls (2)
Layout\Layout.cs (2)
95 get => (bool)GetValue(IsClippedToBoundsProperty); 96 set => SetValue(IsClippedToBoundsProperty, value);