1 write to IsClippedToBounds
Microsoft.Maui.Controls (1)
RefreshView\RefreshView.cs (1)
20
IsClippedToBounds
= true;
4 references to IsClippedToBounds
Microsoft.Maui.Controls (4)
Frame\Frame.cs (1)
137
frame.IsSet(Compatibility.Layout.IsClippedToBoundsProperty) ? frame.
IsClippedToBounds
: defaultValue;
LegacyLayouts\Layout.cs (2)
95
/// <summary>Bindable property for <see cref="
IsClippedToBounds
"/>.</summary>
97
BindableProperty.Create(nameof(
IsClippedToBounds
), typeof(bool), typeof(Layout), false,
LegacyLayouts\LayoutOfT.cs (1)
15
bool Maui.ILayout.ClipsToBounds =>
IsClippedToBounds
;