4 references to CascadeInputTransparentProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\iOS\VisualElementRenderer.cs (1)
63 e.PropertyName == Controls.Compatibility.Layout.CascadeInputTransparentProperty.PropertyName
LegacyLayouts\Layout.cs (2)
155 get => (bool)GetValue(CascadeInputTransparentProperty); 156 set => SetValue(CascadeInputTransparentProperty, value);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\LayoutRenderer.cs (1)
39 if (e.PropertyName == Layout.CascadeInputTransparentProperty.PropertyName)