1 write to PlatformEffect
Microsoft.Maui.Controls (1)
Element\Element.cs (1)
1055 effect.PlatformEffect = platformEffect;
6 references to PlatformEffect
Microsoft.Maui.Controls (6)
Effect.cs (2)
67 PlatformEffect?.SendAttached(); 76 PlatformEffect?.SendDetached();
RoutingEffect.cs (4)
31 PlatformEffect?.ClearEffect(); 37 PlatformEffect?.SendAttached(); 43 PlatformEffect?.SendDetached(); 49 PlatformEffect?.SendOnElementPropertyChanged(args);