1 write to _borderView
Microsoft.Maui (1)
Platform\iOS\WrapperView.cs (1)
289
AddSubview(
_borderView
= new UIView(Bounds) { UserInteractionEnabled = false });
8 references to _borderView
Microsoft.Maui (8)
Platform\iOS\WrapperView.cs (8)
101
if (
_borderView
is not null)
102
BringSubviewToFront(
_borderView
);
114
if (
_borderView
is not null)
115
_borderView
.Frame = Bounds;
136
_borderView
?.RemoveFromSuperview();
283
_borderView
?.RemoveFromSuperview();
287
if (
_borderView
is null)
292
_borderView
.UpdateMauiCALayer(Border);