6 references to Width
Microsoft.Maui.Controls (6)
AdaptiveTrigger.cs (1)
94 var w = _window?.Width ?? -1;
Window\Window.cs (5)
39 /// <summary>Bindable property for <see cref="Width"/>.</summary> 41 nameof(Width), 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)))