1 instantiation of DisplayInfoChangedEventArgs
Microsoft.Maui.Essentials (1)
DeviceDisplay\DeviceDisplay.shared.cs (1)
149 OnMainDisplayInfoChanged(new DisplayInfoChangedEventArgs(metrics));
9 references to DisplayInfoChangedEventArgs
Microsoft.Maui.Controls (2)
FlyoutPage\FlyoutPage.cs (1)
345 void OnMainDisplayInfoChanged(object sender, DisplayInfoChangedEventArgs e)
OrientationStateTrigger.cs (1)
51 void OnInfoPropertyChanged(object sender, DisplayInfoChangedEventArgs e) =>
Microsoft.Maui.Controls.Foldable (1)
NoPlatformFoldableService.cs (1)
81 void OnDeviceInfoChanged(object sender, DisplayInfoChangedEventArgs e)
Microsoft.Maui.Essentials (6)
DeviceDisplay\DeviceDisplay.shared.cs (6)
24 event EventHandler<DisplayInfoChangedEventArgs> MainDisplayInfoChanged; 33 /// Initializes a new instance of the <see cref="DisplayInfoChangedEventArgs"/> class. 67 public static event EventHandler<DisplayInfoChangedEventArgs> MainDisplayInfoChanged 97 event EventHandler<DisplayInfoChangedEventArgs>? MainDisplayInfoChangedInternal; 109 public event EventHandler<DisplayInfoChangedEventArgs> MainDisplayInfoChanged 137 protected void OnMainDisplayInfoChanged(DisplayInfoChangedEventArgs e)