2 writes to _previousScale
Microsoft.Maui.Controls.Compatibility (2)
iOS\EventTracker.cs (2)
365
eventTracker.
_previousScale
= scale;
375
eventTracker.
_previousScale
= 1;
1 reference to _previousScale
Microsoft.Maui.Controls.Compatibility (1)
iOS\EventTracker.cs (1)
326
var oldScale = eventTracker.
_previousScale
;