1 write to _borderView
Microsoft.Maui (1)
Platform\iOS\WrapperView.cs (1)
345
AddSubview(
_borderView
= new UIView(Bounds) { UserInteractionEnabled = false });
8 references to _borderView
Microsoft.Maui (8)
Platform\iOS\WrapperView.cs (8)
115
if (
_borderView
is not null)
116
BringSubviewToFront(
_borderView
);
131
if (
_borderView
is not null)
132
_borderView
.Frame = Bounds;
155
_borderView
?.RemoveFromSuperview();
339
_borderView
?.RemoveFromSuperview();
343
if (
_borderView
is null)
348
_borderView
.UpdateMauiCALayer(Border);