6 references to MainDisplayInfoChangedInternal
Microsoft.Maui.Essentials (6)
DeviceDisplay\DeviceDisplay.shared.cs (6)
113
if (
MainDisplayInfoChangedInternal
is null)
118
MainDisplayInfoChangedInternal
+= value;
122
var wasStopped =
MainDisplayInfoChangedInternal
is null;
123
MainDisplayInfoChangedInternal
-= value;
124
if (!wasStopped &&
MainDisplayInfoChangedInternal
is null)
142
MainDisplayInfoChangedInternal
?.Invoke(null, e);