2 writes to _layer
Microsoft.Maui.Controls.Compatibility (2)
iOS\VisualElementTracker.cs (2)
99
_layer
= null;
392
_layer
= Renderer.NativeView.Layer;
5 references to _layer
Microsoft.Maui.Controls.Compatibility (5)
iOS\VisualElementTracker.cs (5)
96
if (
_layer
!= null)
98
_layer
.Dispose();
387
if (
_layer
== null)
397
_originalAnchor =
_layer
.AnchorPoint;
400
OnUpdateNativeControl(
_layer
);