3 references to _windowChanged
Microsoft.Maui.Controls (3)
VisualElement\VisualElement.cs (3)
2255
add =>
_windowChanged
+= value;
2256
remove =>
_windowChanged
-= value;
2309
visualElement.
_windowChanged
?.Invoke(visualElement, EventArgs.Empty);