3 references to InvalidatePathGeometryRequested
Microsoft.Maui.Controls (3)
Shapes\Path.cs (2)
54
pathGeometry.
InvalidatePathGeometryRequested
-= (bindable as Path).OnInvalidatePathGeometryRequested;
62
pathGeometry.
InvalidatePathGeometryRequested
+= (bindable as Path).OnInvalidatePathGeometryRequested;
Shapes\PathGeometry.cs (1)
250
InvalidatePathGeometryRequested
?.Invoke(this, EventArgs.Empty);