1 write to Element
Microsoft.Maui.Controls.Compatibility (1)
Android\FastRenderers\FrameRenderer.cs (1)
80 Element = frame;
20 references to Element
Microsoft.Maui.Controls.Compatibility (20)
Android\FastRenderers\FrameRenderer.cs (20)
66 VisualElement IVisualElementRenderer.Element => Element; 83 if (!string.IsNullOrEmpty(Element.AutomationId)) 84 ContentDescription = Element.AutomationId; 105 ViewRenderer.MeasureExactly(this, Element, Context); 117 if (Element != null) 119 Element.PropertyChanged -= OnElementPropertyChanged; 153 if (Element != null) 155 if (Platform.GetRenderer(Element) == this) 156 Element.ClearValue(Platform.RendererProperty); 199 if (Element == null) 202 var children = ((IElementController)Element).LogicalChildren; 217 canvas.ClipShape(Context, Element); 270 var shouldClip = Element.IsSet(Microsoft.Maui.Controls.Compatibility.Layout.IsClippedToBoundsProperty) 271 ? Element.IsClippedToBounds : Element.CornerRadius > 0f; 281 Color bgColor = Element.BackgroundColor; 290 Brush background = Element.Background; 320 Color borderColor = Element.BorderColor; 338 if (Element.HasShadow) 354 float cornerRadius = Element.CornerRadius;