Implemented interface member:
property
Window
Microsoft.Maui.Controls.IControlsVisualElement.Window
33 references to Window
Microsoft.Maui.Controls (33)
AdaptiveTrigger.cs (1)
66
_window = _visualElement?.
Window
;
AppThemeBinding.cs (1)
158
ve?.
Window
?.Parent is Application a)
Border\Border.cs (1)
70
if (e.PropertyName != nameof(
Window
) &&
ContentPage\HideSoftInputOnTappedChanged\HideSoftInputOnTappedChangedManager.Platform.cs (1)
85
if (ve.
Window
is null)
FlyoutPage\FlyoutPage.cs (2)
170
var orientation =
Window
.GetOrientation();
333
if (
Window
is null)
NavigationPage\NavigationPage.cs (5)
525
if (this.
Window
is null)
528
var rootPage = this.FindParentWith(x => (x is IWindow te ||
Window
.Navigation.ModalStack.Contains(x)), true);
545
if (this.
Window
is null)
591
if (
Window
.Page == topLevelPage)
593
toolbarRoot =
Window
;
Platform\AlertManager\AlertManager.iOS.cs (1)
232
page?.
Window
== VirtualView;
Platform\iOS\ControlsModalWrapper.cs (1)
66
var window = (_modal?.VirtualView as Page)?.
Window
;
Shell\ShellNavigationManager.cs (2)
219
if (_shell.
Window
== null || _shell.CurrentPage == null)
236
if (_shell.
Window
!= null &&
TitleBar\TitleBar.cs (6)
261
if (e.PropertyName == nameof(
Window
) &&
Window
is not null)
263
Window
.Activated -= Window_Activated;
264
Window
.Deactivated -= Window_Deactivated;
266
Window
.Activated += Window_Activated;
267
Window
.Deactivated += Window_Deactivated;
VisualElement\VisualElement.cs (11)
478
nameof(
Window
), typeof(Window), typeof(VisualElement), null, propertyChanged: OnWindowChanged);
480
/// <summary>Bindable property for <see cref="
Window
"/>.</summary>
484
/// Gets the <see cref="
Window
"/> that is associated with an element. This is a read-only bindable property.
1810
UpdatePlatformUnloadedLoadedWiring(
Window
);
2216
UpdatePlatformUnloadedLoadedWiring(
Window
);
2231
UpdatePlatformUnloadedLoadedWiring(
Window
);
2243
UpdatePlatformUnloadedLoadedWiring(
Window
);
2248
UpdatePlatformUnloadedLoadedWiring(
Window
);
2280
UpdatePlatformUnloadedLoadedWiring(
Window
);
2296
UpdatePlatformUnloadedLoadedWiring(
Window
);
2314
UpdatePlatformUnloadedLoadedWiring(
Window
);
VisualElement\VisualElement.Platform.cs (1)
25
if (
Window
?.Handler?.PlatformView is not null &&