1 write to _previousBounds
Microsoft.Maui.Controls (1)
Editor\Editor.cs (1)
135 _previousBounds = bounds;
2 references to _previousBounds
Microsoft.Maui.Controls (2)
Editor\Editor.cs (2)
170 (TheSame(_previousHeightConstraint, _previousBounds.Height) && 171 TheSame(_previousWidthConstraint, _previousBounds.Width)))