7 references to Window
Microsoft.Maui.Controls.Compatibility (7)
Android\PopupManager.cs (7)
113
dialog.
Window
.DecorView.UpdateFlowDirection(ve);
115
dialog.
Window
.DecorView.LayoutDirection = LayoutDirection.Ltr;
117
dialog.
Window
.DecorView.LayoutDirection = LayoutDirection.Rtl;
142
alert.
Window
.DecorView.UpdateFlowDirection(ve);
144
alert.
Window
.DecorView.LayoutDirection = LayoutDirection.Ltr;
146
alert.
Window
.DecorView.LayoutDirection = LayoutDirection.Rtl;
228
alertDialog.
Window
.SetSoftInputMode(SoftInput.StateVisible);