1 write to Content
Microsoft.Maui.Controls (1)
Internals\ProfilePage.cs (1)
134 scrollView.Content = label;
8 references to Content
Microsoft.Maui.Controls (7)
ScrollView\ScrollView.cs (7)
12 [ContentProperty(nameof(Content))] 167 Handler?.UpdateValue(nameof(Content)); 285 if (Content == null) 308 if (Content is IView fe && fe.Handler != null) 314 contentRequest = Content.Measure(widthConstraint, heightConstraint, MeasureFlags.IncludeMargins); 392 object IContentView.Content => Content; 393 IView IContentView.PresentedContent => Content;
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\ScrollViewRenderer.cs (1)
83 Control.ContentContainer.Add(Platform.GetOrCreateRenderer(Element.Content).NativeView);