4 references to IsClippedToBoundsProperty
Microsoft.Maui.Controls (4)
Compatibility\Handlers\iOS\FrameRenderer.cs (1)
20
[Microsoft.Maui.Controls.Frame.
IsClippedToBoundsProperty
.PropertyName] = (h, _) => h.SetupLayer(),
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);