1 type derived from RoutingEffect
Microsoft.Maui.Controls (1)
PlatformConfiguration\iOSSpecific\VisualElement.cs (1)
64 public class ShadowEffect : RoutingEffect
4 references to RoutingEffect
Microsoft.Maui.Controls (4)
Element\Element.cs (2)
831 if (effect is RoutingEffect re && re.Inner != null) 1043 if (effect is RoutingEffect re && re.Inner != null)
Hosting\Effects\AppHostBuilderExtensions.cs (1)
75 where TEffect : RoutingEffect
Hosting\Effects\IEffectsBuilder.cs (1)
11 where TEffect : RoutingEffect