6 references to Height
Microsoft.Maui.Controls (6)
AdaptiveTrigger.cs (1)
95
var h = _window?.
Height
?? -1;
Window\Window.cs (5)
43
/// <summary>Bindable property for <see cref="
Height
"/>.</summary>
45
nameof(
Height
), typeof(double), typeof(Window), Primitives.Dimension.Unset);
214
if (new Rect(X, Y, Width,
Height
) == frame)
221
var shouldTriggerSizeChanged = (Width != frame.Width) || (
Height
!= frame.Height);
240
if (valueChanged && _batchFrameUpdate > 0 && (property == nameof(X) || property == nameof(Y) || property == nameof(Width) || property == nameof(
Height
)))