3 references to IsClippedToBoundsProperty
Microsoft.Maui.Controls (3)
Frame\Frame.cs (1)
137 frame.IsSet(Compatibility.Layout.IsClippedToBoundsProperty) ? frame.IsClippedToBounds : defaultValue;
LegacyLayouts\Layout.cs (2)
129 get => (bool)GetValue(IsClippedToBoundsProperty); 130 set => SetValue(IsClippedToBoundsProperty, value);