1 write to _layoutHeight
Microsoft.Maui.Controls.Foldable (1)
TwoPaneViewLayoutGuide.cs (1)
195
_layoutHeight
= height;
3 references to _layoutHeight
Microsoft.Maui.Controls.Foldable (3)
TwoPaneViewLayoutGuide.cs (3)
102
var mode = GetTwoPaneViewMode(_layoutWidth,
_layoutHeight
, _hinge);
188
if (_layoutWidth > 0 &&
_layoutHeight
> 0)
189
UpdateLayouts(_layoutWidth,
_layoutHeight
);