1 write to _layoutWidth
Microsoft.Maui.Controls.Foldable (1)
TwoPaneViewLayoutGuide.cs (1)
194
_layoutWidth
= width;
4 references to _layoutWidth
Microsoft.Maui.Controls.Foldable (4)
TwoPaneViewLayoutGuide.cs (4)
99
if (
_layoutWidth
== -1)
102
var mode = GetTwoPaneViewMode(
_layoutWidth
, _layoutHeight, _hinge);
188
if (
_layoutWidth
> 0 && _layoutHeight > 0)
189
UpdateLayouts(
_layoutWidth
, _layoutHeight);